Html Css Color HEX #A88AAC London Hue

📋 copy color: '#A88AAC'

red 168 ◦ green 138 ◦ blue 172

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

Shades of London Hue #A88AAC

Tints of London Hue #A88AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 35.15%
G = 28.87%
B = 35.98%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A88AAC (or 0xA88AAC) is known color: London Hue. HEX triplet: A8, 8A and AC. RGB value is (168,138,172). Sum of RGB (Red+Green+Blue) = 168+138+172=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #A88AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88AAC is #577553. Grayscale: #969696. Windows color (decimal): -5731668 or 11307688. OLE color: 11307688.

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

Color convert

RGB 168 138 172 -
CMYK 0.02 0.20 0 0.33
HSL 292.94º 0.17% 0.61% -
HSV(B) 292.94º 0.2% 0.67% -
XYZ 32.68 29.48 43 -
YUV 150.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 168 138 172 0.02 0.20 0 0.33 292.94 0.17 0.61
Hex A8 8A AC 2 14 0 21 125 11 3D
Octal 250 212 254 2 24 0 41 445 21 75
Binary 10101000 10001010 10101100 10 10100 0 100001 100100101 10001 111101

Color Harmonies of #A88AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88AAC

Black with #A88AAC

Text Example


Text Example

White with #A88AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88AAC; }

 p { color: rgb(168,138,172); }

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

background-color css

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

 a { background-color: rgb(168,138,172); }

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

border-color css

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

 span { border-color: rgb(168,138,172); }

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