Html Css Color HEX #AA2BEB Blue Violet

📋 copy color: '#AA2BEB'

red 170 ◦ green 43 ◦ blue 235

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

Shades of Blue Violet #AA2BEB

Tints of Blue Violet #AA2BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.6%

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

R = 37.95%
G = 9.6%
B = 52.46%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA2BEB (or 0xAA2BEB) is known color: Blue Violet. HEX triplet: AA, 2B and EB. RGB value is (170,43,235). Sum of RGB (Red+Green+Blue) = 170+43+235=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA2BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BEB is #55D414. Grayscale: #666666. Windows color (decimal): -5624853 or 15412138. OLE color: 15412138.

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

Color convert

RGB 170 43 235 -
CMYK 0.28 0.82 0 0.08
HSL 279.69º 0.83% 0.55% -
HSV(B) 279.69º 0.82% 0.92% -
XYZ 32.44 16.27 80.03 -
YUV 102.86 202.58 175.89 -
System Red Green Blue C M Y K H S L
Decimal 170 43 235 0.28 0.82 0 0.08 279.69 0.83 0.55
Hex AA 2B EB 1C 52 0 8 118 53 37
Octal 252 53 353 34 122 0 10 430 123 67
Binary 10101010 101011 11101011 11100 1010010 0 1000 100011000 1010011 110111

Color Harmonies of #AA2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BEB

Black with #AA2BEB

Text Example


Text Example

White with #AA2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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