Html Css Color HEX #AC8CAB London Hue

📋 copy color: '#AC8CAB'

red 172 ◦ green 140 ◦ blue 171

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

Shades of London Hue #AC8CAB

Tints of London Hue #AC8CAB

RGB

 RED value IS 172 (67.58% from 255) = 35.61%

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

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 35.61%
G = 28.99%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC8CAB (or 0xAC8CAB) is known color: London Hue. HEX triplet: AC, 8C and AB. RGB value is (172,140,171). Sum of RGB (Red+Green+Blue) = 172+140+171=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8CAB is #537354. Grayscale: #999999. Windows color (decimal): -5469013 or 11242668. OLE color: 11242668.

HSL color Cylindrical-coordinate representation of color #AC8CAB: hue angle of 301.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC8CAB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 171 -
CMYK 0 0.19 0.01 0.33
HSL 301.88º 0.16% 0.61% -
HSV(B) 301.88º 0.19% 0.67% -
XYZ 33.74 30.47 42.63 -
YUV 153.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 172 140 171 0 0.19 0.01 0.33 301.88 0.16 0.61
Hex AC 8C AB 0 13 1 21 12E 10 3D
Octal 254 214 253 0 23 1 41 456 20 75
Binary 10101100 10001100 10101011 0 10011 1 100001 100101110 10000 111101

Color Harmonies of #AC8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CAB

Black with #AC8CAB

Text Example


Text Example

White with #AC8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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