Html Css Color HEX #AA1EF1 Blue Violet

📋 copy color: '#AA1EF1'

red 170 ◦ green 30 ◦ blue 241

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

Shades of Blue Violet #AA1EF1

Tints of Blue Violet #AA1EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.8%

 BLUE value IS 241 (94.53% from 255) = 54.65%

R = 38.55%
G = 6.8%
B = 54.65%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA1EF1 (or 0xAA1EF1) is known color: Blue Violet. HEX triplet: AA, 1E and F1. RGB value is (170,30,241). Sum of RGB (Red+Green+Blue) = 170+30+241=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA1EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EF1 is #55E10E. Grayscale: #5F5F5F. Windows color (decimal): -5628175 or 15802026. OLE color: 15802026.

HSL color Cylindrical-coordinate representation of color #AA1EF1: hue angle of 279.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1EF1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 30 241 -
CMYK 0.29 0.88 0 0.05
HSL 279.81º 0.88% 0.53% -
HSV(B) 279.81º 0.88% 0.95% -
XYZ 32.92 15.83 84.54 -
YUV 95.91 209.88 180.84 -
System Red Green Blue C M Y K H S L
Decimal 170 30 241 0.29 0.88 0 0.05 279.81 0.88 0.53
Hex AA 1E F1 1D 58 0 5 118 58 35
Octal 252 36 361 35 130 0 5 430 130 65
Binary 10101010 11110 11110001 11101 1011000 0 101 100011000 1011000 110101

Color Harmonies of #AA1EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EF1

Black with #AA1EF1

Text Example


Text Example

White with #AA1EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EF1; }

 p { color: rgb(170,30,241); }

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

background-color css

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

 a { background-color: rgb(170,30,241); }

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

border-color css

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

 span { border-color: rgb(170,30,241); }

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