Html Css Color HEX #A88BAB London Hue

📋 copy color: '#A88BAB'

red 168 ◦ green 139 ◦ blue 171

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

Shades of London Hue #A88BAB

Tints of London Hue #A88BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

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

R = 35.15%
G = 29.08%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A88BAB (or 0xA88BAB) is known color: London Hue. HEX triplet: A8, 8B and AB. RGB value is (168,139,171). Sum of RGB (Red+Green+Blue) = 168+139+171=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BAB is #577454. Grayscale: #979797. Windows color (decimal): -5731413 or 11242408. OLE color: 11242408.

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

Color convert

RGB 168 139 171 -
CMYK 0.02 0.19 0 0.33
HSL 294.38º 0.16% 0.61% -
HSV(B) 294.38º 0.19% 0.67% -
XYZ 32.73 29.73 42.54 -
YUV 151.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 168 139 171 0.02 0.19 0 0.33 294.38 0.16 0.61
Hex A8 8B AB 2 13 0 21 126 10 3D
Octal 250 213 253 2 23 0 41 446 20 75
Binary 10101000 10001011 10101011 10 10011 0 100001 100100110 10000 111101

Color Harmonies of #A88BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BAB

Black with #A88BAB

Text Example


Text Example

White with #A88BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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