Html Css Color HEX #AA1FF0 Blue Violet

📋 copy color: '#AA1FF0'

red 170 ◦ green 31 ◦ blue 240

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

Shades of Blue Violet #AA1FF0

Tints of Blue Violet #AA1FF0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.03%

 BLUE value IS 240 (94.14% from 255) = 54.42%

R = 38.55%
G = 7.03%
B = 54.42%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA1FF0 (or 0xAA1FF0) is known color: Blue Violet. HEX triplet: AA, 1F and F0. RGB value is (170,31,240). Sum of RGB (Red+Green+Blue) = 170+31+240=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA1FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FF0 is #55E00F. Grayscale: #5F5F5F. Windows color (decimal): -5627920 or 15736746. OLE color: 15736746.

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

Color convert

RGB 170 31 240 -
CMYK 0.29 0.87 0 0.06
HSL 279.9º 0.87% 0.53% -
HSV(B) 279.9º 0.87% 0.94% -
XYZ 32.8 15.82 83.76 -
YUV 96.39 209.05 180.51 -
System Red Green Blue C M Y K H S L
Decimal 170 31 240 0.29 0.87 0 0.06 279.9 0.87 0.53
Hex AA 1F F0 1D 57 0 6 118 57 35
Octal 252 37 360 35 127 0 6 430 127 65
Binary 10101010 11111 11110000 11101 1010111 0 110 100011000 1010111 110101

Color Harmonies of #AA1FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FF0

Black with #AA1FF0

Text Example


Text Example

White with #AA1FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FF0; }

 p { color: rgb(170,31,240); }

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

background-color css

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

 a { background-color: rgb(170,31,240); }

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

border-color css

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

 span { border-color: rgb(170,31,240); }

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