#A69FAF

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

Shades of East Side #A69FAF

Tints of East Side #A69FAF

Color information

#A69FAF (or 0xA69FAF) is unknown color: approx East Side. HEX triplet: A6, 9F and AF. RGB value is (166,159,175). Sum of RGB (Red+Green+Blue) = 166+159+175=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #A69FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FAF is #596050. Grayscale: #A2A2A2. Windows color (decimal): -5857361 or 11509670. OLE color: 11509670.

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

Color convert

RGB166159175-
CMYK0.050.0900.31
HSL266.25º9.09%65.49%-
HSV(B)266.25º9.14%68.63%-
XYZ35.863645.62-
YUV162.92134.82130.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 175 (68.75% from 255) = 35%
R=33.2%
G=31.8%
B=35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661591750.050.0900.31266.259.0965.49
HexA69FAF5901F10a941
Octal24623725751103741211101
Binary101001101001111110101111101100101111110000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FAF; }

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

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

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

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

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

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

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

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