Html Css Color HEX #AC7BAA London Hue

📋 copy color: '#AC7BAA'

red 172 ◦ green 123 ◦ blue 170

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

Shades of London Hue #AC7BAA

Tints of London Hue #AC7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

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

R = 36.99%
G = 26.45%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC7BAA (or 0xAC7BAA) is known color: London Hue. HEX triplet: AC, 7B and AA. RGB value is (172,123,170). Sum of RGB (Red+Green+Blue) = 172+123+170=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BAA is #538455. Grayscale: #8E8E8E. Windows color (decimal): -5473366 or 11172780. OLE color: 11172780.

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

Color convert

RGB 172 123 170 -
CMYK 0 0.28 0.01 0.33
HSL 302.45º 0.23% 0.58% -
HSV(B) 302.45º 0.28% 0.67% -
XYZ 31.35 25.84 41.37 -
YUV 143.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 172 123 170 0 0.28 0.01 0.33 302.45 0.23 0.58
Hex AC 7B AA 0 1C 1 21 12E 17 3A
Octal 254 173 252 0 34 1 41 456 27 72
Binary 10101100 1111011 10101010 0 11100 1 100001 100101110 10111 111010

Color Harmonies of #AC7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BAA

Black with #AC7BAA

Text Example


Text Example

White with #AC7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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