Html Css Color HEX #AC82AB London Hue

📋 copy color: '#AC82AB'

red 172 ◦ green 130 ◦ blue 171

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

Shades of London Hue #AC82AB

Tints of London Hue #AC82AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

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

R = 36.36%
G = 27.48%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC82AB (or 0xAC82AB) is known color: London Hue. HEX triplet: AC, 82 and AB. RGB value is (172,130,171). Sum of RGB (Red+Green+Blue) = 172+130+171=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82AB is #537D54. Grayscale: #939393. Windows color (decimal): -5471573 or 11240108. OLE color: 11240108.

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

Color convert

RGB 172 130 171 -
CMYK 0 0.24 0.01 0.33
HSL 301.43º 0.2% 0.59% -
HSV(B) 301.43º 0.24% 0.67% -
XYZ 32.35 27.68 42.17 -
YUV 147.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 172 130 171 0 0.24 0.01 0.33 301.43 0.2 0.59
Hex AC 82 AB 0 18 1 21 12D 14 3B
Octal 254 202 253 0 30 1 41 455 24 73
Binary 10101100 10000010 10101011 0 11000 1 100001 100101101 10100 111011

Color Harmonies of #AC82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82AB

Black with #AC82AB

Text Example


Text Example

White with #AC82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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