Html Css Color HEX #AA1EEF Blue Violet

📋 copy color: '#AA1EEF'

red 170 ◦ green 30 ◦ blue 239

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

Shades of Blue Violet #AA1EEF

Tints of Blue Violet #AA1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 38.72%
G = 6.83%
B = 54.44%

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

#AA1EEF (or 0xAA1EEF) is known color: Blue Violet. HEX triplet: AA, 1E and EF. RGB value is (170,30,239). Sum of RGB (Red+Green+Blue) = 170+30+239=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA1EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EEF is #55E110. Grayscale: #5E5E5E. Windows color (decimal): -5628177 or 15670954. OLE color: 15670954.

HSL color Cylindrical-coordinate representation of color #AA1EEF: hue angle of 280.19º 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 #AA1EEF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 30 239 -
CMYK 0.29 0.87 0 0.06
HSL 280.19º 0.87% 0.53% -
HSV(B) 280.19º 0.87% 0.94% -
XYZ 32.62 15.71 82.97 -
YUV 95.69 208.88 181.01 -
System Red Green Blue C M Y K H S L
Decimal 170 30 239 0.29 0.87 0 0.06 280.19 0.87 0.53
Hex AA 1E EF 1D 57 0 6 118 57 35
Octal 252 36 357 35 127 0 6 430 127 65
Binary 10101010 11110 11101111 11101 1010111 0 110 100011000 1010111 110101

Color Harmonies of #AA1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EEF

Black with #AA1EEF

Text Example


Text Example

White with #AA1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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