Html Css Color HEX #AC82AC London Hue

📋 copy color: '#AC82AC'

red 172 ◦ green 130 ◦ blue 172

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

Shades of London Hue #AC82AC

Tints of London Hue #AC82AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 36.29%
G = 27.43%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC82AC (or 0xAC82AC) is known color: London Hue. HEX triplet: AC, 82 and AC. RGB value is (172,130,172). Sum of RGB (Red+Green+Blue) = 172+130+172=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC82AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82AC is #537D53. Grayscale: #939393. Windows color (decimal): -5471572 or 11305644. OLE color: 11305644.

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

Color convert

RGB 172 130 172 -
CMYK 0 0.24 0 0.33
HSL 300º 0.2% 0.59% -
HSV(B) 300º 0.24% 0.67% -
XYZ 32.44 27.71 42.67 -
YUV 147.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 172 130 172 0 0.24 0 0.33 300 0.2 0.59
Hex AC 82 AC 0 18 0 21 12C 14 3B
Octal 254 202 254 0 30 0 41 454 24 73
Binary 10101100 10000010 10101100 0 11000 0 100001 100101100 10100 111011

Color Harmonies of #AC82AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82AC

Black with #AC82AC

Text Example


Text Example

White with #AC82AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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