Html Css Color HEX #A88CAB London Hue

📋 copy color: '#A88CAB'

red 168 ◦ green 140 ◦ blue 171

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

Shades of London Hue #A88CAB

Tints of London Hue #A88CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

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

R = 35.07%
G = 29.23%
B = 35.7%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A88CAB (or 0xA88CAB) is known color: London Hue. HEX triplet: A8, 8C and AB. RGB value is (168,140,171). Sum of RGB (Red+Green+Blue) = 168+140+171=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CAB is #577354. Grayscale: #979797. Windows color (decimal): -5731157 or 11242664. OLE color: 11242664.

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

Color convert

RGB 168 140 171 -
CMYK 0.02 0.18 0 0.33
HSL 294.19º 0.16% 0.61% -
HSV(B) 294.19º 0.18% 0.67% -
XYZ 32.88 30.02 42.59 -
YUV 151.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 168 140 171 0.02 0.18 0 0.33 294.19 0.16 0.61
Hex A8 8C AB 2 12 0 21 126 10 3D
Octal 250 214 253 2 22 0 41 446 20 75
Binary 10101000 10001100 10101011 10 10010 0 100001 100100110 10000 111101

Color Harmonies of #A88CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CAB

Black with #A88CAB

Text Example


Text Example

White with #A88CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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