Html Css Color HEX #A520E9 Blue Violet

📋 copy color: '#A520E9'

red 165 ◦ green 32 ◦ blue 233

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

Shades of Blue Violet #A520E9

Tints of Blue Violet #A520E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 54.19%

R = 38.37%
G = 7.44%
B = 54.19%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A520E9 (or 0xA520E9) is known color: Blue Violet. HEX triplet: A5, 20 and E9. RGB value is (165,32,233). Sum of RGB (Red+Green+Blue) = 165+32+233=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #A520E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520E9 is #5ADF16. Grayscale: #5E5E5E. Windows color (decimal): -5955351 or 15278245. OLE color: 15278245.

HSL color Cylindrical-coordinate representation of color #A520E9: hue angle of 279.7º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A520E9 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 32 233 -
CMYK 0.29 0.86 0 0.09
HSL 279.7º 0.82% 0.52% -
HSV(B) 279.7º 0.86% 0.91% -
XYZ 30.74 14.92 78.35 -
YUV 94.68 206.06 178.16 -
System Red Green Blue C M Y K H S L
Decimal 165 32 233 0.29 0.86 0 0.09 279.7 0.82 0.52
Hex A5 20 E9 1D 56 0 9 118 52 34
Octal 245 40 351 35 126 0 11 430 122 64
Binary 10100101 100000 11101001 11101 1010110 0 1001 100011000 1010010 110100

Color Harmonies of #A520E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520E9

Black with #A520E9

Text Example


Text Example

White with #A520E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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