Html Css Color HEX #A520FF Blue Violet

📋 copy color: '#A520FF'

red 165 ◦ green 32 ◦ blue 255

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

Shades of Blue Violet #A520FF

Tints of Blue Violet #A520FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 36.5%
G = 7.08%
B = 56.42%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A520FF (or 0xA520FF) is known color: Blue Violet. HEX triplet: A5, 20 and FF. RGB value is (165,32,255). Sum of RGB (Red+Green+Blue) = 165+32+255=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #A520FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520FF is #5ADF00. Grayscale: #606060. Windows color (decimal): -5955329 or 16720037. OLE color: 16720037.

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

Color convert

RGB 165 32 255 -
CMYK 0.35 0.87 0 0
HSL 275.78º 1% 0.56% -
HSV(B) 275.78º 0.87% 1% -
XYZ 34.08 16.25 95.95 -
YUV 97.19 217.06 176.37 -
System Red Green Blue C M Y K H S L
Decimal 165 32 255 0.35 0.87 0 0 275.78 1 0.56
Hex A5 20 FF 23 57 0 0 114 64 38
Octal 245 40 377 43 127 0 0 424 144 70
Binary 10100101 100000 11111111 100011 1010111 0 0 100010100 1100100 111000

Color Harmonies of #A520FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520FF

Black with #A520FF

Text Example


Text Example

White with #A520FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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