Html Css Color HEX #AA2EFF Blue Violet

📋 copy color: '#AA2EFF'

red 170 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #AA2EFF

Tints of Blue Violet #AA2EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 36.09%
G = 9.77%
B = 54.14%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA2EFF (or 0xAA2EFF) is known color: Blue Violet. HEX triplet: AA, 2E and FF. RGB value is (170,46,255). Sum of RGB (Red+Green+Blue) = 170+46+255=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EFF is #55D100. Grayscale: #6A6A6A. Windows color (decimal): -5624065 or 16723626. OLE color: 16723626.

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

Color convert

RGB 170 46 255 -
CMYK 0.33 0.82 0 0
HSL 275.6º 1% 0.59% -
HSV(B) 275.6º 0.82% 1% -
XYZ 35.6 17.72 96.15 -
YUV 106.9 211.58 173.01 -
System Red Green Blue C M Y K H S L
Decimal 170 46 255 0.33 0.82 0 0 275.6 1 0.59
Hex AA 2E FF 21 52 0 0 114 64 3B
Octal 252 56 377 41 122 0 0 424 144 73
Binary 10101010 101110 11111111 100001 1010010 0 0 100010100 1100100 111011

Color Harmonies of #AA2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EFF

Black with #AA2EFF

Text Example


Text Example

White with #AA2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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