Html Css Color HEX #A695AA East Side

📋 copy color: '#A695AA'

red 166 ◦ green 149 ◦ blue 170

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

Shades of East Side #A695AA

Tints of East Side #A695AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 34.23%
G = 30.72%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A695AA (or 0xA695AA) is known color: East Side. HEX triplet: A6, 95 and AA. RGB value is (166,149,170). Sum of RGB (Red+Green+Blue) = 166+149+170=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A695AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695AA is #596A55. Grayscale: #9C9C9C. Windows color (decimal): -5859926 or 11179430. OLE color: 11179430.

HSL color Cylindrical-coordinate representation of color #A695AA: hue angle of 288.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A695AA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 149 170 -
CMYK 0.02 0.12 0 0.33
HSL 288.57º 0.11% 0.63% -
HSV(B) 288.57º 0.12% 0.67% -
XYZ 33.73 32.5 42.53 -
YUV 156.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 166 149 170 0.02 0.12 0 0.33 288.57 0.11 0.63
Hex A6 95 AA 2 C 0 21 121 B 3F
Octal 246 225 252 2 14 0 41 441 13 77
Binary 10100110 10010101 10101010 10 1100 0 100001 100100001 1011 111111

Color Harmonies of #A695AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695AA

Black with #A695AA

Text Example


Text Example

White with #A695AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695AA; }

 p { color: rgb(166,149,170); }

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

background-color css

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

 a { background-color: rgb(166,149,170); }

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

border-color css

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

 span { border-color: rgb(166,149,170); }

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