Html Css Color HEX #A88DAC London Hue

📋 copy color: '#A88DAC'

red 168 ◦ green 141 ◦ blue 172

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

Shades of London Hue #A88DAC

Tints of London Hue #A88DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

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

R = 34.93%
G = 29.31%
B = 35.76%

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

#A88DAC (or 0xA88DAC) is known color: London Hue. HEX triplet: A8, 8D and AC. RGB value is (168,141,172). Sum of RGB (Red+Green+Blue) = 168+141+172=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #A88DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DAC is #577253. Grayscale: #989898. Windows color (decimal): -5730900 or 11308456. OLE color: 11308456.

HSL color Cylindrical-coordinate representation of color #A88DAC: hue angle of 292.26º 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 #A88DAC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 141 172 -
CMYK 0.02 0.18 0 0.33
HSL 292.26º 0.16% 0.61% -
HSV(B) 292.26º 0.18% 0.67% -
XYZ 33.12 30.35 43.14 -
YUV 152.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 168 141 172 0.02 0.18 0 0.33 292.26 0.16 0.61
Hex A8 8D AC 2 12 0 21 124 10 3D
Octal 250 215 254 2 22 0 41 444 20 75
Binary 10101000 10001101 10101100 10 10010 0 100001 100100100 10000 111101

Color Harmonies of #A88DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DAC

Black with #A88DAC

Text Example


Text Example

White with #A88DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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