Html Css Color HEX #AA3FF0 Blue Violet

📋 copy color: '#AA3FF0'

red 170 ◦ green 63 ◦ blue 240

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

Shades of Blue Violet #AA3FF0

Tints of Blue Violet #AA3FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 35.94%
G = 13.32%
B = 50.74%

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

#AA3FF0 (or 0xAA3FF0) is known color: Blue Violet. HEX triplet: AA, 3F and F0. RGB value is (170,63,240). Sum of RGB (Red+Green+Blue) = 170+63+240=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA3FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FF0 is #55C00F. Grayscale: #727272. Windows color (decimal): -5619728 or 15744938. OLE color: 15744938.

HSL color Cylindrical-coordinate representation of color #AA3FF0: hue angle of 276.27º degrees, saturation: 0.86, 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 #AA3FF0 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 63 240 -
CMYK 0.29 0.74 0 0.06
HSL 276.27º 0.86% 0.59% -
HSV(B) 276.27º 0.74% 0.94% -
XYZ 34.08 18.39 84.19 -
YUV 115.17 198.45 167.11 -
System Red Green Blue C M Y K H S L
Decimal 170 63 240 0.29 0.74 0 0.06 276.27 0.86 0.59
Hex AA 3F F0 1D 4A 0 6 114 56 3B
Octal 252 77 360 35 112 0 6 424 126 73
Binary 10101010 111111 11110000 11101 1001010 0 110 100010100 1010110 111011

Color Harmonies of #AA3FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FF0

Black with #AA3FF0

Text Example


Text Example

White with #AA3FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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