Html Css Color HEX #AA41AB Violet Blue

📋 copy color: '#AA41AB'

red 170 ◦ green 65 ◦ blue 171

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

Shades of Violet Blue #AA41AB

Tints of Violet Blue #AA41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 41.87%
G = 16.01%
B = 42.12%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA41AB (or 0xAA41AB) is known color: Violet Blue. HEX triplet: AA, 41 and AB. RGB value is (170,65,171). Sum of RGB (Red+Green+Blue) = 170+65+171=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41AB is #55BE54. Grayscale: #6C6C6C. Windows color (decimal): -5619285 or 11223466. OLE color: 11223466.

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

Color convert

RGB 170 65 171 -
CMYK 0.01 0.62 0 0.33
HSL 299.43º 0.45% 0.46% -
HSV(B) 299.43º 0.62% 0.67% -
XYZ 25.82 15.27 40.11 -
YUV 108.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 170 65 171 0.01 0.62 0 0.33 299.43 0.45 0.46
Hex AA 41 AB 1 3E 0 21 12B 2D 2E
Octal 252 101 253 1 76 0 41 453 55 56
Binary 10101010 1000001 10101011 1 111110 0 100001 100101011 101101 101110

Color Harmonies of #AA41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41AB

Black with #AA41AB

Text Example


Text Example

White with #AA41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41AB; }

 p { color: rgb(170,65,171); }

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

background-color css

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

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

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

border-color css

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

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

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