Html Css Color HEX #A520FA Blue Violet

📋 copy color: '#A520FA'

red 165 ◦ green 32 ◦ blue 250

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

Shades of Blue Violet #A520FA

Tints of Blue Violet #A520FA

RGB

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

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

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

R = 36.91%
G = 7.16%
B = 55.93%

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

#A520FA (or 0xA520FA) is known color: Blue Violet. HEX triplet: A5, 20 and FA. RGB value is (165,32,250). Sum of RGB (Red+Green+Blue) = 165+32+250=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #A520FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520FA is #5ADF05. Grayscale: #5F5F5F. Windows color (decimal): -5955334 or 16392357. OLE color: 16392357.

HSL color Cylindrical-coordinate representation of color #A520FA: hue angle of 276.61º degrees, saturation: 0.96, 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 #A520FA is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 32 250 -
CMYK 0.34 0.87 0 0.02
HSL 276.61º 0.96% 0.55% -
HSV(B) 276.61º 0.87% 0.98% -
XYZ 33.29 15.93 91.76 -
YUV 96.62 214.56 176.77 -
System Red Green Blue C M Y K H S L
Decimal 165 32 250 0.34 0.87 0 0.02 276.61 0.96 0.55
Hex A5 20 FA 22 57 0 2 115 60 37
Octal 245 40 372 42 127 0 2 425 140 67
Binary 10100101 100000 11111010 100010 1010111 0 10 100010101 1100000 110111

Color Harmonies of #A520FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520FA

Black with #A520FA

Text Example


Text Example

White with #A520FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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