Html Css Color HEX #AC7DAC London Hue

📋 copy color: '#AC7DAC'

red 172 ◦ green 125 ◦ blue 172

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

Shades of London Hue #AC7DAC

Tints of London Hue #AC7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

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

R = 36.67%
G = 26.65%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC7DAC (or 0xAC7DAC) is known color: London Hue. HEX triplet: AC, 7D and AC. RGB value is (172,125,172). Sum of RGB (Red+Green+Blue) = 172+125+172=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DAC is #538253. Grayscale: #909090. Windows color (decimal): -5472852 or 11304364. OLE color: 11304364.

HSL color Cylindrical-coordinate representation of color #AC7DAC: hue angle of 300º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7DAC is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 125 172 -
CMYK 0 0.27 0 0.33
HSL 300º 0.22% 0.58% -
HSV(B) 300º 0.27% 0.67% -
XYZ 31.79 26.42 42.45 -
YUV 144.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 172 125 172 0 0.27 0 0.33 300 0.22 0.58
Hex AC 7D AC 0 1B 0 21 12C 16 3A
Octal 254 175 254 0 33 0 41 454 26 72
Binary 10101100 1111101 10101100 0 11011 0 100001 100101100 10110 111010

Color Harmonies of #AC7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DAC

Black with #AC7DAC

Text Example


Text Example

White with #AC7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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