Html Css Color HEX #AA42AA Violet Blue

📋 copy color: '#AA42AA'

red 170 ◦ green 66 ◦ blue 170

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

Shades of Violet Blue #AA42AA

Tints of Violet Blue #AA42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 41.87%
G = 16.26%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA42AA (or 0xAA42AA) is known color: Violet Blue. HEX triplet: AA, 42 and AA. RGB value is (170,66,170). Sum of RGB (Red+Green+Blue) = 170+66+170=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA42AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42AA is #55BD55. Grayscale: #6C6C6C. Windows color (decimal): -5619030 or 11158186. OLE color: 11158186.

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

Color convert

RGB 170 66 170 -
CMYK 0 0.61 0 0.33
HSL 300º 0.44% 0.46% -
HSV(B) 300º 0.61% 0.67% -
XYZ 25.78 15.34 39.63 -
YUV 108.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 170 66 170 0 0.61 0 0.33 300 0.44 0.46
Hex AA 42 AA 0 3D 0 21 12C 2C 2E
Octal 252 102 252 0 75 0 41 454 54 56
Binary 10101010 1000010 10101010 0 111101 0 100001 100101100 101100 101110

Color Harmonies of #AA42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42AA

Black with #AA42AA

Text Example


Text Example

White with #AA42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42AA; }

 p { color: rgb(170,66,170); }

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

background-color css

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

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

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

border-color css

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

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

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