#A67AAD

Color #A67AAD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A67AAD

Tints of East Side #A67AAD

Color information

#A67AAD (or 0xA67AAD) is unknown color: approx East Side. HEX triplet: A6, 7A and AD. RGB value is (166,122,173). Sum of RGB (Red+Green+Blue) = 166+122+173=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A67AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67AAD is #598552. Grayscale: #8C8C8C. Windows color (decimal): -5866835 or 11369126. OLE color: 11369126.

HSL color Cylindrical-coordinate representation of color #A67AAD: hue angle of 291.76º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67AAD is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166122173-
CMYK0.040.2900.32
HSL291.76º23.72%57.84%-
HSV(B)291.76º29.48%67.84%-
XYZ30.2325.0442.78-
YUV140.97146.08145.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=36.01%
G=26.46%
B=37.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661221730.040.2900.32291.7623.7257.84
HexA67AAD41D020124183a
Octal2461722554350404443072
Binary1010011011110101010110110011101010000010010010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67AAD; }

 p { color: rgb(166,122,173); }

 H1.HeaderClassName
 {
   color: #A67AAD;
 }
 .AnyTagClassName
 {
   color: #A67AAD;
 }
</style>
background-color css

<style>
 a { background-color: #A67AAD; }

 a { background-color: rgb(166,122,173); }

 div.DivClassName
 {
   background-color: #A67AAD;
 }
 .BgClassName
 {
   background-color: #A67AAD;
 }
</style>
border-color css

<style>
 span { border-color: #A67AAD; }

 span { border-color: rgb(166,122,173); }

 td.TdClassName
 {
   border-color: #A67AAD;
 }
 .TagClassName
 {
   border-color: #A67AAD;
 }
</style>