Html Css Color HEX #AC8AAB London Hue

📋 copy color: '#AC8AAB'

red 172 ◦ green 138 ◦ blue 171

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

Shades of London Hue #AC8AAB

Tints of London Hue #AC8AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

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

R = 35.76%
G = 28.69%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC8AAB (or 0xAC8AAB) is known color: London Hue. HEX triplet: AC, 8A and AB. RGB value is (172,138,171). Sum of RGB (Red+Green+Blue) = 172+138+171=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AAB is #537554. Grayscale: #979797. Windows color (decimal): -5469525 or 11242156. OLE color: 11242156.

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

Color convert

RGB 172 138 171 -
CMYK 0 0.20 0.01 0.33
HSL 301.76º 0.17% 0.61% -
HSV(B) 301.76º 0.2% 0.67% -
XYZ 33.45 29.89 42.53 -
YUV 151.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 172 138 171 0 0.20 0.01 0.33 301.76 0.17 0.61
Hex AC 8A AB 0 14 1 21 12E 11 3D
Octal 254 212 253 0 24 1 41 456 21 75
Binary 10101100 10001010 10101011 0 10100 1 100001 100101110 10001 111101

Color Harmonies of #AC8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8AAB

Black with #AC8AAB

Text Example


Text Example

White with #AC8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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