Html Css Color HEX #A690AB East Side

📋 copy color: '#A690AB'

red 166 ◦ green 144 ◦ blue 171

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

Shades of East Side #A690AB

Tints of East Side #A690AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 34.51%
G = 29.94%
B = 35.55%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A690AB (or 0xA690AB) is known color: East Side. HEX triplet: A6, 90 and AB. RGB value is (166,144,171). Sum of RGB (Red+Green+Blue) = 166+144+171=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #A690AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690AB is #596F54. Grayscale: #999999. Windows color (decimal): -5861205 or 11243686. OLE color: 11243686.

HSL color Cylindrical-coordinate representation of color #A690AB: hue angle of 288.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A690AB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 144 171 -
CMYK 0.03 0.16 0 0.33
HSL 288.89º 0.14% 0.62% -
HSV(B) 288.89º 0.16% 0.67% -
XYZ 33.05 30.99 42.77 -
YUV 153.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 166 144 171 0.03 0.16 0 0.33 288.89 0.14 0.62
Hex A6 90 AB 3 10 0 21 121 E 3E
Octal 246 220 253 3 20 0 41 441 16 76
Binary 10100110 10010000 10101011 11 10000 0 100001 100100001 1110 111110

Color Harmonies of #A690AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690AB

Black with #A690AB

Text Example


Text Example

White with #A690AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690AB; }

 p { color: rgb(166,144,171); }

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

background-color css

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

 a { background-color: rgb(166,144,171); }

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

border-color css

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

 span { border-color: rgb(166,144,171); }

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