Html Css Color HEX #AA41AD Violet Blue

📋 copy color: '#AA41AD'

red 170 ◦ green 65 ◦ blue 173

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

Shades of Violet Blue #AA41AD

Tints of Violet Blue #AA41AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 41.67%
G = 15.93%
B = 42.4%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA41AD (or 0xAA41AD) is known color: Violet Blue. HEX triplet: AA, 41 and AD. RGB value is (170,65,173). Sum of RGB (Red+Green+Blue) = 170+65+173=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41AD is #55BE52. Grayscale: #6C6C6C. Windows color (decimal): -5619283 or 11354538. OLE color: 11354538.

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

Color convert

RGB 170 65 173 -
CMYK 0.02 0.62 0 0.32
HSL 298.33º 0.45% 0.47% -
HSV(B) 298.33º 0.62% 0.68% -
XYZ 26.01 15.34 41.13 -
YUV 108.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 170 65 173 0.02 0.62 0 0.32 298.33 0.45 0.47
Hex AA 41 AD 2 3E 0 20 12A 2D 2F
Octal 252 101 255 2 76 0 40 452 55 57
Binary 10101010 1000001 10101101 10 111110 0 100000 100101010 101101 101111

Color Harmonies of #AA41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41AD

Black with #AA41AD

Text Example


Text Example

White with #AA41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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