Html Css Color HEX #AA41FF Blue Violet

📋 copy color: '#AA41FF'

red 170 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #AA41FF

Tints of Blue Violet #AA41FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 34.69%
G = 13.27%
B = 52.04%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA41FF (or 0xAA41FF) is known color: Blue Violet. HEX triplet: AA, 41 and FF. RGB value is (170,65,255). Sum of RGB (Red+Green+Blue) = 170+65+255=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA41FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41FF is #55BE00. Grayscale: #757575. Windows color (decimal): -5619201 or 16728490. OLE color: 16728490.

HSL color Cylindrical-coordinate representation of color #AA41FF: hue angle of 273.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA41FF is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 65 255 -
CMYK 0.33 0.75 0 0
HSL 273.16º 1% 0.63% -
HSV(B) 273.16º 0.75% 1% -
XYZ 36.52 19.55 96.46 -
YUV 118.06 205.29 165.05 -
System Red Green Blue C M Y K H S L
Decimal 170 65 255 0.33 0.75 0 0 273.16 1 0.63
Hex AA 41 FF 21 4B 0 0 111 64 3F
Octal 252 101 377 41 113 0 0 421 144 77
Binary 10101010 1000001 11111111 100001 1001011 0 0 100010001 1100100 111111

Color Harmonies of #AA41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41FF

Black with #AA41FF

Text Example


Text Example

White with #AA41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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