Html Css Color HEX #A520FC Blue Violet

📋 copy color: '#A520FC'

red 165 ◦ green 32 ◦ blue 252

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

Shades of Blue Violet #A520FC

Tints of Blue Violet #A520FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 36.75%
G = 7.13%
B = 56.12%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A520FC (or 0xA520FC) is known color: Blue Violet. HEX triplet: A5, 20 and FC. RGB value is (165,32,252). Sum of RGB (Red+Green+Blue) = 165+32+252=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #A520FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520FC is #5ADF03. Grayscale: #606060. Windows color (decimal): -5955332 or 16523429. OLE color: 16523429.

HSL color Cylindrical-coordinate representation of color #A520FC: hue angle of 276.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A520FC is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 32 252 -
CMYK 0.35 0.87 0 0.01
HSL 276.27º 0.97% 0.56% -
HSV(B) 276.27º 0.87% 0.99% -
XYZ 33.6 16.06 93.42 -
YUV 96.85 215.56 176.61 -
System Red Green Blue C M Y K H S L
Decimal 165 32 252 0.35 0.87 0 0.01 276.27 0.97 0.56
Hex A5 20 FC 23 57 0 1 114 61 38
Octal 245 40 374 43 127 0 1 424 141 70
Binary 10100101 100000 11111100 100011 1010111 0 1 100010100 1100001 111000

Color Harmonies of #A520FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520FC

Black with #A520FC

Text Example


Text Example

White with #A520FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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