Html Css Color HEX #A69FAE East Side

📋 copy color: '#A69FAE'

red 166 ◦ green 159 ◦ blue 174

#A69FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A69FAE

Tints of East Side #A69FAE

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

 GREEN value IS 159 (62.5% from 255) = 31.86%

 BLUE value IS 174 (68.36% from 255) = 34.87%

R = 33.27%
G = 31.86%
B = 34.87%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A69FAE (or 0xA69FAE) is known color: East Side. HEX triplet: A6, 9F and AE. RGB value is (166,159,174). Sum of RGB (Red+Green+Blue) = 166+159+174=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #A69FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FAE is #596051. Grayscale: #A2A2A2. Windows color (decimal): -5857362 or 11444134. OLE color: 11444134.

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

Color convert

RGB 166 159 174 -
CMYK 0.05 0.09 0 0.32
HSL 268º 0.08% 0.65% -
HSV(B) 268º 0.09% 0.68% -
XYZ 35.76 35.96 45.1 -
YUV 162.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 166 159 174 0.05 0.09 0 0.32 268 0.08 0.65
Hex A6 9F AE 5 9 0 20 10C 8 41
Octal 246 237 256 5 11 0 40 414 10 101
Binary 10100110 10011111 10101110 101 1001 0 100000 100001100 1000 1000001

Color Harmonies of #A69FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FAE

Black with #A69FAE

Text Example


Text Example

White with #A69FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FAE; }

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

 H1.HeaderClassName
 {
   color: #A69FAE;
 }
 .AnyTagClassName
 {
   color: #A69FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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