Html Css Color HEX #AC52AA Violet Blue

📋 copy color: '#AC52AA'

red 172 ◦ green 82 ◦ blue 170

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

Shades of Violet Blue #AC52AA

Tints of Violet Blue #AC52AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

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

R = 40.57%
G = 19.34%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC52AA (or 0xAC52AA) is known color: Violet Blue. HEX triplet: AC, 52 and AA. RGB value is (172,82,170). Sum of RGB (Red+Green+Blue) = 172+82+170=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC52AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC52AA is #53AD55. Grayscale: #767676. Windows color (decimal): -5483862 or 11162284. OLE color: 11162284.

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

Color convert

RGB 172 82 170 -
CMYK 0 0.52 0.01 0.33
HSL 301.33º 0.35% 0.5% -
HSV(B) 301.33º 0.52% 0.67% -
XYZ 27.29 17.71 40.01 -
YUV 118.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 172 82 170 0 0.52 0.01 0.33 301.33 0.35 0.5
Hex AC 52 AA 0 34 1 21 12D 23 32
Octal 254 122 252 0 64 1 41 455 43 62
Binary 10101100 1010010 10101010 0 110100 1 100001 100101101 100011 110010

Color Harmonies of #AC52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52AA

Black with #AC52AA

Text Example


Text Example

White with #AC52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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