Html Css Color HEX #AA2EFE Blue Violet

📋 copy color: '#AA2EFE'

red 170 ◦ green 46 ◦ blue 254

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

Shades of Blue Violet #AA2EFE

Tints of Blue Violet #AA2EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 36.17%
G = 9.79%
B = 54.04%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA2EFE (or 0xAA2EFE) is known color: Blue Violet. HEX triplet: AA, 2E and FE. RGB value is (170,46,254). Sum of RGB (Red+Green+Blue) = 170+46+254=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA2EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EFE is #55D101. Grayscale: #6A6A6A. Windows color (decimal): -5624066 or 16658090. OLE color: 16658090.

HSL color Cylindrical-coordinate representation of color #AA2EFE: hue angle of 275.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2EFE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 46 254 -
CMYK 0.33 0.82 0 0.00
HSL 275.77º 0.99% 0.59% -
HSV(B) 275.77º 0.82% 1% -
XYZ 35.44 17.66 95.31 -
YUV 106.79 211.08 173.09 -
System Red Green Blue C M Y K H S L
Decimal 170 46 254 0.33 0.82 0 0.00 275.77 0.99 0.59
Hex AA 2E FE 21 52 0 0 114 63 3B
Octal 252 56 376 41 122 0 0 424 143 73
Binary 10101010 101110 11111110 100001 1010010 0 0 100010100 1100011 111011

Color Harmonies of #AA2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EFE

Black with #AA2EFE

Text Example


Text Example

White with #AA2EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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