Html Css Color HEX #A520EA Blue Violet

📋 copy color: '#A520EA'

red 165 ◦ green 32 ◦ blue 234

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

Shades of Blue Violet #A520EA

Tints of Blue Violet #A520EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 38.28%
G = 7.42%
B = 54.29%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A520EA (or 0xA520EA) is known color: Blue Violet. HEX triplet: A5, 20 and EA. RGB value is (165,32,234). Sum of RGB (Red+Green+Blue) = 165+32+234=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #A520EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520EA is #5ADF15. Grayscale: #5E5E5E. Windows color (decimal): -5955350 or 15343781. OLE color: 15343781.

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

Color convert

RGB 165 32 234 -
CMYK 0.29 0.86 0 0.08
HSL 279.5º 0.83% 0.52% -
HSV(B) 279.5º 0.86% 0.92% -
XYZ 30.88 14.97 79.1 -
YUV 94.8 206.56 178.07 -
System Red Green Blue C M Y K H S L
Decimal 165 32 234 0.29 0.86 0 0.08 279.5 0.83 0.52
Hex A5 20 EA 1D 56 0 8 118 53 34
Octal 245 40 352 35 126 0 10 430 123 64
Binary 10100101 100000 11101010 11101 1010110 0 1000 100011000 1010011 110100

Color Harmonies of #A520EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520EA

Black with #A520EA

Text Example


Text Example

White with #A520EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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