Html Css Color HEX #AB8CA4 London Hue

📋 copy color: '#AB8CA4'

red 171 ◦ green 140 ◦ blue 164

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

Shades of London Hue #AB8CA4

Tints of London Hue #AB8CA4

RGB

 RED value IS 171 (67.19% from 255) = 36%

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

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

R = 36%
G = 29.47%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB8CA4 (or 0xAB8CA4) is known color: London Hue. HEX triplet: AB, 8C and A4. RGB value is (171,140,164). Sum of RGB (Red+Green+Blue) = 171+140+164=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CA4 is #54735B. Grayscale: #979797. Windows color (decimal): -5534556 or 10783915. OLE color: 10783915.

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

Color convert

RGB 171 140 164 -
CMYK 0 0.18 0.04 0.33
HSL 313.55º 0.16% 0.61% -
HSV(B) 313.55º 0.18% 0.67% -
XYZ 32.87 30.09 39.2 -
YUV 152.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 171 140 164 0 0.18 0.04 0.33 313.55 0.16 0.61
Hex AB 8C A4 0 12 4 21 13A 10 3D
Octal 253 214 244 0 22 4 41 472 20 75
Binary 10101011 10001100 10100100 0 10010 100 100001 100111010 10000 111101

Color Harmonies of #AB8CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CA4

Black with #AB8CA4

Text Example


Text Example

White with #AB8CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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