Html Css Color HEX #A520F9 Blue Violet

📋 copy color: '#A520F9'

red 165 ◦ green 32 ◦ blue 249

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

Shades of Blue Violet #A520F9

Tints of Blue Violet #A520F9

RGB

 RED value IS 165 (64.84% from 255) = 37%

 GREEN value IS 32 (12.89% from 255) = 7.17%

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 37%
G = 7.17%
B = 55.83%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A520F9 (or 0xA520F9) is known color: Blue Violet. HEX triplet: A5, 20 and F9. RGB value is (165,32,249). Sum of RGB (Red+Green+Blue) = 165+32+249=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #A520F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520F9 is #5ADF06. Grayscale: #5F5F5F. Windows color (decimal): -5955335 or 16326821. OLE color: 16326821.

HSL color Cylindrical-coordinate representation of color #A520F9: hue angle of 276.77º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A520F9 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 32 249 -
CMYK 0.34 0.87 0 0.02
HSL 276.77º 0.95% 0.55% -
HSV(B) 276.77º 0.87% 0.98% -
XYZ 33.13 15.87 90.94 -
YUV 96.51 214.06 176.86 -
System Red Green Blue C M Y K H S L
Decimal 165 32 249 0.34 0.87 0 0.02 276.77 0.95 0.55
Hex A5 20 F9 22 57 0 2 115 5F 37
Octal 245 40 371 42 127 0 2 425 137 67
Binary 10100101 100000 11111001 100010 1010111 0 10 100010101 1011111 110111

Color Harmonies of #A520F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520F9

Black with #A520F9

Text Example


Text Example

White with #A520F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520F9; }

 p { color: rgb(165,32,249); }

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

background-color css

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

 a { background-color: rgb(165,32,249); }

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

border-color css

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

 span { border-color: rgb(165,32,249); }

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