Html Css Color HEX #AA4AAA Violet Blue

📋 copy color: '#AA4AAA'

red 170 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #AA4AAA

Tints of Violet Blue #AA4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.87%

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

R = 41.06%
G = 17.87%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA4AAA (or 0xAA4AAA) is known color: Violet Blue. HEX triplet: AA, 4A and AA. RGB value is (170,74,170). Sum of RGB (Red+Green+Blue) = 170+74+170=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AAA is #55B555. Grayscale: #717171. Windows color (decimal): -5616982 or 11160234. OLE color: 11160234.

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

Color convert

RGB 170 74 170 -
CMYK 0 0.56 0 0.33
HSL 300º 0.39% 0.48% -
HSV(B) 300º 0.56% 0.67% -
XYZ 26.28 16.35 39.8 -
YUV 113.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 170 74 170 0 0.56 0 0.33 300 0.39 0.48
Hex AA 4A AA 0 38 0 21 12C 27 30
Octal 252 112 252 0 70 0 41 454 47 60
Binary 10101010 1001010 10101010 0 111000 0 100001 100101100 100111 110000

Color Harmonies of #AA4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AAA

Black with #AA4AAA

Text Example


Text Example

White with #AA4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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