Html Css Color HEX #A88BA7 London Hue

📋 copy color: '#A88BA7'

red 168 ◦ green 139 ◦ blue 167

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

Shades of London Hue #A88BA7

Tints of London Hue #A88BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.23%

R = 35.44%
G = 29.32%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A88BA7 (or 0xA88BA7) is known color: London Hue. HEX triplet: A8, 8B and A7. RGB value is (168,139,167). Sum of RGB (Red+Green+Blue) = 168+139+167=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A88BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BA7 is #577458. Grayscale: #969696. Windows color (decimal): -5731417 or 10980264. OLE color: 10980264.

HSL color Cylindrical-coordinate representation of color #A88BA7: hue angle of 302.07º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88BA7 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 139 167 -
CMYK 0 0.17 0.01 0.34
HSL 302.07º 0.14% 0.6% -
HSV(B) 302.07º 0.17% 0.66% -
XYZ 32.36 29.58 40.56 -
YUV 150.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 168 139 167 0 0.17 0.01 0.34 302.07 0.14 0.6
Hex A8 8B A7 0 11 1 22 12E E 3C
Octal 250 213 247 0 21 1 42 456 16 74
Binary 10101000 10001011 10100111 0 10001 1 100010 100101110 1110 111100

Color Harmonies of #A88BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BA7

Black with #A88BA7

Text Example


Text Example

White with #A88BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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