Html Css Color HEX #A88EAB London Hue

📋 copy color: '#A88EAB'

red 168 ◦ green 142 ◦ blue 171

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

Shades of London Hue #A88EAB

Tints of London Hue #A88EAB

RGB

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

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

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

R = 34.93%
G = 29.52%
B = 35.55%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A88EAB (or 0xA88EAB) is known color: London Hue. HEX triplet: A8, 8E and AB. RGB value is (168,142,171). Sum of RGB (Red+Green+Blue) = 168+142+171=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 142 (55.86% from 255 or 29.52% 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 #A88EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EAB is #577154. Grayscale: #989898. Windows color (decimal): -5730645 or 11243176. OLE color: 11243176.

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

Color convert

RGB 168 142 171 -
CMYK 0.02 0.17 0 0.33
HSL 293.79º 0.15% 0.61% -
HSV(B) 293.79º 0.17% 0.67% -
XYZ 33.17 30.61 42.69 -
YUV 153.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 168 142 171 0.02 0.17 0 0.33 293.79 0.15 0.61
Hex A8 8E AB 2 11 0 21 126 F 3D
Octal 250 216 253 2 21 0 41 446 17 75
Binary 10101000 10001110 10101011 10 10001 0 100001 100100110 1111 111101

Color Harmonies of #A88EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EAB

Black with #A88EAB

Text Example


Text Example

White with #A88EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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