Html Css Color HEX #AA52A6 Violet Blue

📋 copy color: '#AA52A6'

red 170 ◦ green 82 ◦ blue 166

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

Shades of Violet Blue #AA52A6

Tints of Violet Blue #AA52A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.71%

R = 40.67%
G = 19.62%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA52A6 (or 0xAA52A6) is known color: Violet Blue. HEX triplet: AA, 52 and A6. RGB value is (170,82,166). Sum of RGB (Red+Green+Blue) = 170+82+166=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA52A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52A6 is #55AD59. Grayscale: #757575. Windows color (decimal): -5614938 or 10900138. OLE color: 10900138.

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

Color convert

RGB 170 82 166 -
CMYK 0 0.52 0.02 0.33
HSL 302.73º 0.35% 0.49% -
HSV(B) 302.73º 0.52% 0.67% -
XYZ 26.48 17.33 38.03 -
YUV 117.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 170 82 166 0 0.52 0.02 0.33 302.73 0.35 0.49
Hex AA 52 A6 0 34 2 21 12F 23 31
Octal 252 122 246 0 64 2 41 457 43 61
Binary 10101010 1010010 10100110 0 110100 10 100001 100101111 100011 110001

Color Harmonies of #AA52A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52A6

Black with #AA52A6

Text Example


Text Example

White with #AA52A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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