Html Css Color HEX #AA41AC Violet Blue

📋 copy color: '#AA41AC'

red 170 ◦ green 65 ◦ blue 172

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

Shades of Violet Blue #AA41AC

Tints of Violet Blue #AA41AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 41.77%
G = 15.97%
B = 42.26%

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

#AA41AC (or 0xAA41AC) is known color: Violet Blue. HEX triplet: AA, 41 and AC. RGB value is (170,65,172). Sum of RGB (Red+Green+Blue) = 170+65+172=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41AC is #55BE53. Grayscale: #6C6C6C. Windows color (decimal): -5619284 or 11289002. OLE color: 11289002.

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

Color convert

RGB 170 65 172 -
CMYK 0.01 0.62 0 0.33
HSL 298.88º 0.45% 0.46% -
HSV(B) 298.88º 0.62% 0.67% -
XYZ 25.91 15.31 40.62 -
YUV 108.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 170 65 172 0.01 0.62 0 0.33 298.88 0.45 0.46
Hex AA 41 AC 1 3E 0 21 12B 2D 2E
Octal 252 101 254 1 76 0 41 453 55 56
Binary 10101010 1000001 10101100 1 111110 0 100001 100101011 101101 101110

Color Harmonies of #AA41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41AC

Black with #AA41AC

Text Example


Text Example

White with #AA41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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