Html Css Color HEX #AA3BAA Violet Blue

📋 copy color: '#AA3BAA'

red 170 ◦ green 59 ◦ blue 170

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

Shades of Violet Blue #AA3BAA

Tints of Violet Blue #AA3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.79%

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

R = 42.61%
G = 14.79%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA3BAA (or 0xAA3BAA) is known color: Violet Blue. HEX triplet: AA, 3B and AA. RGB value is (170,59,170). Sum of RGB (Red+Green+Blue) = 170+59+170=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3BAA is #55C455. Grayscale: #686868. Windows color (decimal): -5620822 or 11156394. OLE color: 11156394.

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

Color convert

RGB 170 59 170 -
CMYK 0 0.65 0 0.33
HSL 300º 0.48% 0.45% -
HSV(B) 300º 0.65% 0.67% -
XYZ 25.4 14.58 39.51 -
YUV 104.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 170 59 170 0 0.65 0 0.33 300 0.48 0.45
Hex AA 3B AA 0 41 0 21 12C 30 2D
Octal 252 73 252 0 101 0 41 454 60 55
Binary 10101010 111011 10101010 0 1000001 0 100001 100101100 110000 101101

Color Harmonies of #AA3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BAA

Black with #AA3BAA

Text Example


Text Example

White with #AA3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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