Html Css Color HEX #AA2EFA Blue Violet

📋 copy color: '#AA2EFA'

red 170 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #AA2EFA

Tints of Blue Violet #AA2EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 36.48%
G = 9.87%
B = 53.65%

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

#AA2EFA (or 0xAA2EFA) is known color: Blue Violet. HEX triplet: AA, 2E and FA. RGB value is (170,46,250). Sum of RGB (Red+Green+Blue) = 170+46+250=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA2EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EFA is #55D105. Grayscale: #696969. Windows color (decimal): -5624070 or 16395946. OLE color: 16395946.

HSL color Cylindrical-coordinate representation of color #AA2EFA: hue angle of 276.47º degrees, saturation: 0.95, 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 #AA2EFA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 46 250 -
CMYK 0.32 0.82 0 0.02
HSL 276.47º 0.95% 0.58% -
HSV(B) 276.47º 0.82% 0.98% -
XYZ 34.81 17.4 91.97 -
YUV 106.33 209.08 173.41 -
System Red Green Blue C M Y K H S L
Decimal 170 46 250 0.32 0.82 0 0.02 276.47 0.95 0.58
Hex AA 2E FA 20 52 0 2 114 5F 3A
Octal 252 56 372 40 122 0 2 424 137 72
Binary 10101010 101110 11111010 100000 1010010 0 10 100010100 1011111 111010

Color Harmonies of #AA2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EFA

Black with #AA2EFA

Text Example


Text Example

White with #AA2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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