Html Css Color HEX #A88EA3 London Hue

📋 copy color: '#A88EA3'

red 168 ◦ green 142 ◦ blue 163

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

Shades of London Hue #A88EA3

Tints of London Hue #A88EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.46%

R = 35.52%
G = 30.02%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A88EA3 (or 0xA88EA3) is known color: London Hue. HEX triplet: A8, 8E and A3. RGB value is (168,142,163). Sum of RGB (Red+Green+Blue) = 168+142+163=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 168 - color contains mainly: red. Hex color #A88EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EA3 is #57715C. Grayscale: #989898. Windows color (decimal): -5730653 or 10718888. OLE color: 10718888.

HSL color Cylindrical-coordinate representation of color #A88EA3: hue angle of 311.54º 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 #A88EA3 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 163 -
CMYK 0 0.15 0.03 0.34
HSL 311.54º 0.13% 0.61% -
HSV(B) 311.54º 0.15% 0.66% -
XYZ 32.43 30.32 38.79 -
YUV 152.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 168 142 163 0 0.15 0.03 0.34 311.54 0.13 0.61
Hex A8 8E A3 0 F 3 22 138 D 3D
Octal 250 216 243 0 17 3 42 470 15 75
Binary 10101000 10001110 10100011 0 1111 11 100010 100111000 1101 111101

Color Harmonies of #A88EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EA3

Black with #A88EA3

Text Example


Text Example

White with #A88EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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