Html Css Color HEX #AC8AAA London Hue

📋 copy color: '#AC8AAA'

red 172 ◦ green 138 ◦ blue 170

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

Shades of London Hue #AC8AAA

Tints of London Hue #AC8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

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

R = 35.83%
G = 28.75%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC8AAA (or 0xAC8AAA) is known color: London Hue. HEX triplet: AC, 8A and AA. RGB value is (172,138,170). Sum of RGB (Red+Green+Blue) = 172+138+170=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AAA is #537555. Grayscale: #979797. Windows color (decimal): -5469526 or 11176620. OLE color: 11176620.

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

Color convert

RGB 172 138 170 -
CMYK 0 0.20 0.01 0.33
HSL 303.53º 0.17% 0.61% -
HSV(B) 303.53º 0.2% 0.67% -
XYZ 33.36 29.85 42.03 -
YUV 151.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 172 138 170 0 0.20 0.01 0.33 303.53 0.17 0.61
Hex AC 8A AA 0 14 1 21 130 11 3D
Octal 254 212 252 0 24 1 41 460 21 75
Binary 10101100 10001010 10101010 0 10100 1 100001 100110000 10001 111101

Color Harmonies of #AC8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8AAA

Black with #AC8AAA

Text Example


Text Example

White with #AC8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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