Html Css Color HEX #AA52AC Violet Blue

📋 copy color: '#AA52AC'

red 170 ◦ green 82 ◦ blue 172

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

Shades of Violet Blue #AA52AC

Tints of Violet Blue #AA52AC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 170 82 172 -
CMYK 0.01 0.52 0 0.33
HSL 298.67º 0.35% 0.5% -
HSV(B) 298.67º 0.52% 0.67% -
XYZ 27.04 17.56 40.99 -
YUV 118.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 170 82 172 0.01 0.52 0 0.33 298.67 0.35 0.5
Hex AA 52 AC 1 34 0 21 12B 23 32
Octal 252 122 254 1 64 0 41 453 43 62
Binary 10101010 1010010 10101100 1 110100 0 100001 100101011 100011 110010

Color Harmonies of #AA52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52AC

Black with #AA52AC

Text Example


Text Example

White with #AA52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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