Html Css Color HEX #A88EAF East Side

📋 copy color: '#A88EAF'

red 168 ◦ green 142 ◦ blue 175

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

Shades of East Side #A88EAF

Tints of East Side #A88EAF

RGB

 RED value IS 168 (66.02% from 255) = 34.64%

 GREEN value IS 142 (55.86% from 255) = 29.28%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 34.64%
G = 29.28%
B = 36.08%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A88EAF (or 0xA88EAF) is known color: East Side. HEX triplet: A8, 8E and AF. RGB value is (168,142,175). Sum of RGB (Red+Green+Blue) = 168+142+175=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #A88EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EAF is #577150. Grayscale: #999999. Windows color (decimal): -5730641 or 11505320. OLE color: 11505320.

HSL color Cylindrical-coordinate representation of color #A88EAF: hue angle of 287.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A88EAF is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 142 175 -
CMYK 0.04 0.19 0 0.31
HSL 287.27º 0.17% 0.62% -
HSV(B) 287.27º 0.19% 0.69% -
XYZ 33.56 30.77 44.73 -
YUV 153.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 168 142 175 0.04 0.19 0 0.31 287.27 0.17 0.62
Hex A8 8E AF 4 13 0 1F 11F 11 3E
Octal 250 216 257 4 23 0 37 437 21 76
Binary 10101000 10001110 10101111 100 10011 0 11111 100011111 10001 111110

Color Harmonies of #A88EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EAF

Black with #A88EAF

Text Example


Text Example

White with #A88EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EAF; }

 p { color: rgb(168,142,175); }

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

background-color css

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

 a { background-color: rgb(168,142,175); }

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

border-color css

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

 span { border-color: rgb(168,142,175); }

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