Html Css Color HEX #AA44A1 Violet Blue

📋 copy color: '#AA44A1'

red 170 ◦ green 68 ◦ blue 161

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

Shades of Violet Blue #AA44A1

Tints of Violet Blue #AA44A1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 42.61%
G = 17.04%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA44A1 (or 0xAA44A1) is known color: Violet Blue. HEX triplet: AA, 44 and A1. RGB value is (170,68,161). Sum of RGB (Red+Green+Blue) = 170+68+161=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA44A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA44A1 is #55BB5E. Grayscale: #6C6C6C. Windows color (decimal): -5618527 or 10568874. OLE color: 10568874.

HSL color Cylindrical-coordinate representation of color #AA44A1: hue angle of 305.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA44A1 is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 161 -
CMYK 0 0.6 0.05 0.33
HSL 305.29º 0.43% 0.47% -
HSV(B) 305.29º 0.6% 0.67% -
XYZ 25.08 15.25 35.34 -
YUV 109.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 170 68 161 0 0.6 0.05 0.33 305.29 0.43 0.47
Hex AA 44 A1 0 3C 5 21 131 2B 2F
Octal 252 104 241 0 74 5 41 461 53 57
Binary 10101010 1000100 10100001 0 111100 101 100001 100110001 101011 101111

Color Harmonies of #AA44A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44A1

Black with #AA44A1

Text Example


Text Example

White with #AA44A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44A1; }

 p { color: rgb(170,68,161); }

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

background-color css

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

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

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

border-color css

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

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

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