Html Css Color HEX #AC7DAA London Hue

📋 copy color: '#AC7DAA'

red 172 ◦ green 125 ◦ blue 170

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

Shades of London Hue #AC7DAA

Tints of London Hue #AC7DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 36.83%
G = 26.77%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC7DAA (or 0xAC7DAA) is known color: London Hue. HEX triplet: AC, 7D and AA. RGB value is (172,125,170). Sum of RGB (Red+Green+Blue) = 172+125+170=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DAA is #538255. Grayscale: #909090. Windows color (decimal): -5472854 or 11173292. OLE color: 11173292.

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

Color convert

RGB 172 125 170 -
CMYK 0 0.27 0.01 0.33
HSL 302.55º 0.22% 0.58% -
HSV(B) 302.55º 0.27% 0.67% -
XYZ 31.6 26.34 41.45 -
YUV 144.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 172 125 170 0 0.27 0.01 0.33 302.55 0.22 0.58
Hex AC 7D AA 0 1B 1 21 12F 16 3A
Octal 254 175 252 0 33 1 41 457 26 72
Binary 10101100 1111101 10101010 0 11011 1 100001 100101111 10110 111010

Color Harmonies of #AC7DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DAA

Black with #AC7DAA

Text Example


Text Example

White with #AC7DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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