Html Css Color HEX #AA2EEB Blue Violet

📋 copy color: '#AA2EEB'

red 170 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #AA2EEB

Tints of Blue Violet #AA2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.2%

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

R = 37.69%
G = 10.2%
B = 52.11%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA2EEB (or 0xAA2EEB) is known color: Blue Violet. HEX triplet: AA, 2E and EB. RGB value is (170,46,235). Sum of RGB (Red+Green+Blue) = 170+46+235=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EEB is #55D114. Grayscale: #676767. Windows color (decimal): -5624085 or 15412906. OLE color: 15412906.

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

Color convert

RGB 170 46 235 -
CMYK 0.28 0.80 0 0.08
HSL 279.37º 0.83% 0.55% -
HSV(B) 279.37º 0.8% 0.92% -
XYZ 32.55 16.5 80.07 -
YUV 104.62 201.58 174.63 -
System Red Green Blue C M Y K H S L
Decimal 170 46 235 0.28 0.80 0 0.08 279.37 0.83 0.55
Hex AA 2E EB 1C 50 0 8 117 53 37
Octal 252 56 353 34 120 0 10 427 123 67
Binary 10101010 101110 11101011 11100 1010000 0 1000 100010111 1010011 110111

Color Harmonies of #AA2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EEB

Black with #AA2EEB

Text Example


Text Example

White with #AA2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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