#A67FAF

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

Shades of East Side #A67FAF

Tints of East Side #A67FAF

Color information

#A67FAF (or 0xA67FAF) is unknown color: approx East Side. HEX triplet: A6, 7F and AF. RGB value is (166,127,175). Sum of RGB (Red+Green+Blue) = 166+127+175=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #A67FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67FAF is #598050. Grayscale: #8F8F8F. Windows color (decimal): -5865553 or 11501478. OLE color: 11501478.

HSL color Cylindrical-coordinate representation of color #A67FAF: hue angle of 288.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67FAF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166127175-
CMYK0.050.2700.31
HSL288.75º23.08%59.22%-
HSV(B)288.75º27.43%68.63%-
XYZ31.0526.3844.01-
YUV144.13145.42143.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=35.47%
G=27.14%
B=37.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661271750.050.2700.31288.7523.0859.22
HexA67FAF51B01F121173b
Octal2461772575330374412773
Binary101001101111111101011111011101101111110010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FAF; }

 p { color: rgb(166,127,175); }

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

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

 a { background-color: rgb(166,127,175); }

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

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

 span { border-color: rgb(166,127,175); }

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