Html Css Color HEX #AA2EFB Blue Violet

📋 copy color: '#AA2EFB'

red 170 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #AA2EFB

Tints of Blue Violet #AA2EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 36.4%
G = 9.85%
B = 53.75%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA2EFB (or 0xAA2EFB) is known color: Blue Violet. HEX triplet: AA, 2E and FB. RGB value is (170,46,251). Sum of RGB (Red+Green+Blue) = 170+46+251=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA2EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EFB is #55D104. Grayscale: #696969. Windows color (decimal): -5624069 or 16461482. OLE color: 16461482.

HSL color Cylindrical-coordinate representation of color #AA2EFB: hue angle of 276.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2EFB is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 46 251 -
CMYK 0.32 0.82 0 0.02
HSL 276.29º 0.96% 0.58% -
HSV(B) 276.29º 0.82% 0.98% -
XYZ 34.97 17.47 92.79 -
YUV 106.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 170 46 251 0.32 0.82 0 0.02 276.29 0.96 0.58
Hex AA 2E FB 20 52 0 2 114 60 3A
Octal 252 56 373 40 122 0 2 424 140 72
Binary 10101010 101110 11111011 100000 1010010 0 10 100010100 1100000 111010

Color Harmonies of #AA2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EFB

Black with #AA2EFB

Text Example


Text Example

White with #AA2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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