Html Css Color HEX #AA3AAA Violet Blue

📋 copy color: '#AA3AAA'

red 170 ◦ green 58 ◦ blue 170

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

Shades of Violet Blue #AA3AAA

Tints of Violet Blue #AA3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.57%

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

R = 42.71%
G = 14.57%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA3AAA (or 0xAA3AAA) is known color: Violet Blue. HEX triplet: AA, 3A and AA. RGB value is (170,58,170). Sum of RGB (Red+Green+Blue) = 170+58+170=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAA is #55C555. Grayscale: #676767. Windows color (decimal): -5621078 or 11156138. OLE color: 11156138.

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

Color convert

RGB 170 58 170 -
CMYK 0 0.66 0 0.33
HSL 300º 0.49% 0.45% -
HSV(B) 300º 0.66% 0.67% -
XYZ 25.35 14.47 39.49 -
YUV 104.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 170 58 170 0 0.66 0 0.33 300 0.49 0.45
Hex AA 3A AA 0 42 0 21 12C 31 2D
Octal 252 72 252 0 102 0 41 454 61 55
Binary 10101010 111010 10101010 0 1000010 0 100001 100101100 110001 101101

Color Harmonies of #AA3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AAA

Black with #AA3AAA

Text Example


Text Example

White with #AA3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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