Html Css Color HEX #AA2FEF Blue Violet

📋 copy color: '#AA2FEF'

red 170 ◦ green 47 ◦ blue 239

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

Shades of Blue Violet #AA2FEF

Tints of Blue Violet #AA2FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.31%

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 37.28%
G = 10.31%
B = 52.41%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA2FEF (or 0xAA2FEF) is known color: Blue Violet. HEX triplet: AA, 2F and EF. RGB value is (170,47,239). Sum of RGB (Red+Green+Blue) = 170+47+239=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA2FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FEF is #55D010. Grayscale: #696969. Windows color (decimal): -5623825 or 15675306. OLE color: 15675306.

HSL color Cylindrical-coordinate representation of color #AA2FEF: hue angle of 278.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2FEF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 47 239 -
CMYK 0.29 0.80 0 0.06
HSL 278.44º 0.86% 0.56% -
HSV(B) 278.44º 0.8% 0.94% -
XYZ 33.17 16.81 83.16 -
YUV 105.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 170 47 239 0.29 0.80 0 0.06 278.44 0.86 0.56
Hex AA 2F EF 1D 50 0 6 116 56 38
Octal 252 57 357 35 120 0 6 426 126 70
Binary 10101010 101111 11101111 11101 1010000 0 110 100010110 1010110 111000

Color Harmonies of #AA2FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FEF

Black with #AA2FEF

Text Example


Text Example

White with #AA2FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FEF; }

 p { color: rgb(170,47,239); }

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

background-color css

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

 a { background-color: rgb(170,47,239); }

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

border-color css

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

 span { border-color: rgb(170,47,239); }

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