Html Css Color HEX #AA52A3 Violet Blue

📋 copy color: '#AA52A3'

red 170 ◦ green 82 ◦ blue 163

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

Shades of Violet Blue #AA52A3

Tints of Violet Blue #AA52A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.28%

R = 40.96%
G = 19.76%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA52A3 (or 0xAA52A3) is known color: Violet Blue. HEX triplet: AA, 52 and A3. RGB value is (170,82,163). Sum of RGB (Red+Green+Blue) = 170+82+163=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA52A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52A3 is #55AD5C. Grayscale: #757575. Windows color (decimal): -5614941 or 10703530. OLE color: 10703530.

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

Color convert

RGB 170 82 163 -
CMYK 0 0.52 0.04 0.33
HSL 304.77º 0.35% 0.49% -
HSV(B) 304.77º 0.52% 0.67% -
XYZ 26.21 17.22 36.59 -
YUV 117.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 170 82 163 0 0.52 0.04 0.33 304.77 0.35 0.49
Hex AA 52 A3 0 34 4 21 131 23 31
Octal 252 122 243 0 64 4 41 461 43 61
Binary 10101010 1010010 10100011 0 110100 100 100001 100110001 100011 110001

Color Harmonies of #AA52A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52A3

Black with #AA52A3

Text Example


Text Example

White with #AA52A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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