Html Css Color HEX #AA51AA Violet Blue

📋 copy color: '#AA51AA'

red 170 ◦ green 81 ◦ blue 170

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

Shades of Violet Blue #AA51AA

Tints of Violet Blue #AA51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.24%

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

R = 40.38%
G = 19.24%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA51AA (or 0xAA51AA) is known color: Violet Blue. HEX triplet: AA, 51 and AA. RGB value is (170,81,170). Sum of RGB (Red+Green+Blue) = 170+81+170=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA51AA is #55AE55. Grayscale: #757575. Windows color (decimal): -5615190 or 11162026. OLE color: 11162026.

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

Color convert

RGB 170 81 170 -
CMYK 0 0.52 0 0.33
HSL 300º 0.35% 0.49% -
HSV(B) 300º 0.52% 0.67% -
XYZ 26.78 17.33 39.96 -
YUV 117.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 170 81 170 0 0.52 0 0.33 300 0.35 0.49
Hex AA 51 AA 0 34 0 21 12C 23 31
Octal 252 121 252 0 64 0 41 454 43 61
Binary 10101010 1010001 10101010 0 110100 0 100001 100101100 100011 110001

Color Harmonies of #AA51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51AA

Black with #AA51AA

Text Example


Text Example

White with #AA51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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