Html Css Color HEX #AA1CEB Blue Violet

📋 copy color: '#AA1CEB'

red 170 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #AA1CEB

Tints of Blue Violet #AA1CEB

RGB

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

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

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

R = 39.26%
G = 6.47%
B = 54.27%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA1CEB (or 0xAA1CEB) is known color: Blue Violet. HEX triplet: AA, 1C and EB. RGB value is (170,28,235). Sum of RGB (Red+Green+Blue) = 170+28+235=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA1CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CEB is #55E314. Grayscale: #5D5D5D. Windows color (decimal): -5628693 or 15408298. OLE color: 15408298.

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

Color convert

RGB 170 28 235 -
CMYK 0.28 0.88 0 0.08
HSL 281.16º 0.84% 0.52% -
HSV(B) 281.16º 0.88% 0.92% -
XYZ 31.99 15.37 79.88 -
YUV 94.06 207.54 182.17 -
System Red Green Blue C M Y K H S L
Decimal 170 28 235 0.28 0.88 0 0.08 281.16 0.84 0.52
Hex AA 1C EB 1C 58 0 8 119 54 34
Octal 252 34 353 34 130 0 10 431 124 64
Binary 10101010 11100 11101011 11100 1011000 0 1000 100011001 1010100 110100

Color Harmonies of #AA1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CEB

Black with #AA1CEB

Text Example


Text Example

White with #AA1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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