Html Css Color HEX #AA3FEF Blue Violet

📋 copy color: '#AA3FEF'

red 170 ◦ green 63 ◦ blue 239

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

Shades of Blue Violet #AA3FEF

Tints of Blue Violet #AA3FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

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

R = 36.02%
G = 13.35%
B = 50.64%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA3FEF (or 0xAA3FEF) is known color: Blue Violet. HEX triplet: AA, 3F and EF. RGB value is (170,63,239). Sum of RGB (Red+Green+Blue) = 170+63+239=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FEF is #55C010. Grayscale: #727272. Windows color (decimal): -5619729 or 15679402. OLE color: 15679402.

HSL color Cylindrical-coordinate representation of color #AA3FEF: hue angle of 276.48º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3FEF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 63 239 -
CMYK 0.29 0.74 0 0.06
HSL 276.48º 0.85% 0.59% -
HSV(B) 276.48º 0.74% 0.94% -
XYZ 33.94 18.33 83.41 -
YUV 115.06 197.95 167.19 -
System Red Green Blue C M Y K H S L
Decimal 170 63 239 0.29 0.74 0 0.06 276.48 0.85 0.59
Hex AA 3F EF 1D 4A 0 6 114 55 3B
Octal 252 77 357 35 112 0 6 424 125 73
Binary 10101010 111111 11101111 11101 1001010 0 110 100010100 1010101 111011

Color Harmonies of #AA3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FEF

Black with #AA3FEF

Text Example


Text Example

White with #AA3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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