Html Css Color HEX #AA44A0 Violet Blue

📋 copy color: '#AA44A0'

red 170 ◦ green 68 ◦ blue 160

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

Shades of Violet Blue #AA44A0

Tints of Violet Blue #AA44A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 42.71%
G = 17.09%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA44A0 (or 0xAA44A0) is known color: Violet Blue. HEX triplet: AA, 44 and A0. RGB value is (170,68,160). Sum of RGB (Red+Green+Blue) = 170+68+160=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA44A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA44A0 is #55BB5F. Grayscale: #6C6C6C. Windows color (decimal): -5618528 or 10503338. OLE color: 10503338.

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

Color convert

RGB 170 68 160 -
CMYK 0 0.6 0.06 0.33
HSL 305.88º 0.43% 0.47% -
HSV(B) 305.88º 0.6% 0.67% -
XYZ 24.99 15.22 34.88 -
YUV 108.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 170 68 160 0 0.6 0.06 0.33 305.88 0.43 0.47
Hex AA 44 A0 0 3C 6 21 132 2B 2F
Octal 252 104 240 0 74 6 41 462 53 57
Binary 10101010 1000100 10100000 0 111100 110 100001 100110010 101011 101111

Color Harmonies of #AA44A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44A0

Black with #AA44A0

Text Example


Text Example

White with #AA44A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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