Html Css Color HEX #A88EA4 London Hue

📋 copy color: '#A88EA4'

red 168 ◦ green 142 ◦ blue 164

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

Shades of London Hue #A88EA4

Tints of London Hue #A88EA4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.96%

 BLUE value IS 164 (64.45% from 255) = 34.6%

R = 35.44%
G = 29.96%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A88EA4 (or 0xA88EA4) is known color: London Hue. HEX triplet: A8, 8E and A4. RGB value is (168,142,164). Sum of RGB (Red+Green+Blue) = 168+142+164=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A88EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EA4 is #57715B. Grayscale: #989898. Windows color (decimal): -5730652 or 10784424. OLE color: 10784424.

HSL color Cylindrical-coordinate representation of color #A88EA4: hue angle of 309.23º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A88EA4 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 164 -
CMYK 0 0.15 0.02 0.34
HSL 309.23º 0.13% 0.61% -
HSV(B) 309.23º 0.15% 0.66% -
XYZ 32.52 30.35 39.27 -
YUV 152.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 168 142 164 0 0.15 0.02 0.34 309.23 0.13 0.61
Hex A8 8E A4 0 F 2 22 135 D 3D
Octal 250 216 244 0 17 2 42 465 15 75
Binary 10101000 10001110 10100100 0 1111 10 100010 100110101 1101 111101

Color Harmonies of #A88EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EA4

Black with #A88EA4

Text Example


Text Example

White with #A88EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EA4; }

 p { color: rgb(168,142,164); }

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

background-color css

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

 a { background-color: rgb(168,142,164); }

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

border-color css

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

 span { border-color: rgb(168,142,164); }

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