Html Css Color HEX #AA1EEB Blue Violet

📋 copy color: '#AA1EEB'

red 170 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #AA1EEB

Tints of Blue Violet #AA1EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.02%

R = 39.08%
G = 6.9%
B = 54.02%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA1EEB (or 0xAA1EEB) is known color: Blue Violet. HEX triplet: AA, 1E and EB. RGB value is (170,30,235). Sum of RGB (Red+Green+Blue) = 170+30+235=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EEB is #55E114. Grayscale: #5E5E5E. Windows color (decimal): -5628181 or 15408810. OLE color: 15408810.

HSL color Cylindrical-coordinate representation of color #AA1EEB: hue angle of 280.98º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1EEB is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 30 235 -
CMYK 0.28 0.87 0 0.08
HSL 280.98º 0.84% 0.52% -
HSV(B) 280.98º 0.87% 0.92% -
XYZ 32.04 15.47 79.9 -
YUV 95.23 206.88 181.33 -
System Red Green Blue C M Y K H S L
Decimal 170 30 235 0.28 0.87 0 0.08 280.98 0.84 0.52
Hex AA 1E EB 1C 57 0 8 119 54 34
Octal 252 36 353 34 127 0 10 431 124 64
Binary 10101010 11110 11101011 11100 1010111 0 1000 100011001 1010100 110100

Color Harmonies of #AA1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EEB

Black with #AA1EEB

Text Example


Text Example

White with #AA1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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