Html Css Color HEX #AC8BAB London Hue

📋 copy color: '#AC8BAB'

red 172 ◦ green 139 ◦ blue 171

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

Shades of London Hue #AC8BAB

Tints of London Hue #AC8BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

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

R = 35.68%
G = 28.84%
B = 35.48%

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

#AC8BAB (or 0xAC8BAB) is known color: London Hue. HEX triplet: AC, 8B and AB. RGB value is (172,139,171). Sum of RGB (Red+Green+Blue) = 172+139+171=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8BAB is #537454. Grayscale: #989898. Windows color (decimal): -5469269 or 11242412. OLE color: 11242412.

HSL color Cylindrical-coordinate representation of color #AC8BAB: hue angle of 301.82º degrees, saturation: 0.17, 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 #AC8BAB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 139 171 -
CMYK 0 0.19 0.01 0.33
HSL 301.82º 0.17% 0.61% -
HSV(B) 301.82º 0.19% 0.67% -
XYZ 33.6 30.18 42.58 -
YUV 152.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 172 139 171 0 0.19 0.01 0.33 301.82 0.17 0.61
Hex AC 8B AB 0 13 1 21 12E 11 3D
Octal 254 213 253 0 23 1 41 456 21 75
Binary 10101100 10001011 10101011 0 10011 1 100001 100101110 10001 111101

Color Harmonies of #AC8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BAB

Black with #AC8BAB

Text Example


Text Example

White with #AC8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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