Html Css Color HEX #AA41AE Violet Blue

📋 copy color: '#AA41AE'

red 170 ◦ green 65 ◦ blue 174

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

Shades of Violet Blue #AA41AE

Tints of Violet Blue #AA41AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 41.56%
G = 15.89%
B = 42.54%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA41AE (or 0xAA41AE) is known color: Violet Blue. HEX triplet: AA, 41 and AE. RGB value is (170,65,174). Sum of RGB (Red+Green+Blue) = 170+65+174=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA41AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41AE is #55BE51. Grayscale: #6C6C6C. Windows color (decimal): -5619282 or 11420074. OLE color: 11420074.

HSL color Cylindrical-coordinate representation of color #AA41AE: hue angle of 297.8º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA41AE is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 65 174 -
CMYK 0.02 0.63 0 0.32
HSL 297.8º 0.46% 0.47% -
HSV(B) 297.8º 0.63% 0.68% -
XYZ 26.11 15.38 41.64 -
YUV 108.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 170 65 174 0.02 0.63 0 0.32 297.8 0.46 0.47
Hex AA 41 AE 2 3F 0 20 12A 2E 2F
Octal 252 101 256 2 77 0 40 452 56 57
Binary 10101010 1000001 10101110 10 111111 0 100000 100101010 101110 101111

Color Harmonies of #AA41AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41AE

Black with #AA41AE

Text Example


Text Example

White with #AA41AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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