Html Css Color HEX #AA1CE9 Blue Violet

📋 copy color: '#AA1CE9'

red 170 ◦ green 28 ◦ blue 233

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

Shades of Blue Violet #AA1CE9

Tints of Blue Violet #AA1CE9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

 BLUE value IS 233 (91.41% from 255) = 54.06%

R = 39.44%
G = 6.5%
B = 54.06%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA1CE9 (or 0xAA1CE9) is known color: Blue Violet. HEX triplet: AA, 1C and E9. RGB value is (170,28,233). Sum of RGB (Red+Green+Blue) = 170+28+233=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA1CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CE9 is #55E316. Grayscale: #5D5D5D. Windows color (decimal): -5628695 or 15277226. OLE color: 15277226.

HSL color Cylindrical-coordinate representation of color #AA1CE9: hue angle of 281.56º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1CE9 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 28 233 -
CMYK 0.27 0.88 0 0.09
HSL 281.56º 0.82% 0.51% -
HSV(B) 281.56º 0.88% 0.91% -
XYZ 31.7 15.26 78.37 -
YUV 93.83 206.54 182.33 -
System Red Green Blue C M Y K H S L
Decimal 170 28 233 0.27 0.88 0 0.09 281.56 0.82 0.51
Hex AA 1C E9 1B 58 0 9 11A 52 33
Octal 252 34 351 33 130 0 11 432 122 63
Binary 10101010 11100 11101001 11011 1011000 0 1001 100011010 1010010 110011

Color Harmonies of #AA1CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CE9

Black with #AA1CE9

Text Example


Text Example

White with #AA1CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CE9; }

 p { color: rgb(170,28,233); }

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

background-color css

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

 a { background-color: rgb(170,28,233); }

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

border-color css

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

 span { border-color: rgb(170,28,233); }

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