Html Css Color HEX #A520E6 Blue Violet

📋 copy color: '#A520E6'

red 165 ◦ green 32 ◦ blue 230

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

Shades of Blue Violet #A520E6

Tints of Blue Violet #A520E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.86%

R = 38.64%
G = 7.49%
B = 53.86%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A520E6 (or 0xA520E6) is known color: Blue Violet. HEX triplet: A5, 20 and E6. RGB value is (165,32,230). Sum of RGB (Red+Green+Blue) = 165+32+230=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #A520E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520E6 is #5ADF19. Grayscale: #5D5D5D. Windows color (decimal): -5955354 or 15081637. OLE color: 15081637.

HSL color Cylindrical-coordinate representation of color #A520E6: hue angle of 280.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A520E6 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 32 230 -
CMYK 0.28 0.86 0 0.10
HSL 280.3º 0.8% 0.51% -
HSV(B) 280.3º 0.86% 0.9% -
XYZ 30.32 14.75 76.11 -
YUV 94.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 165 32 230 0.28 0.86 0 0.10 280.3 0.8 0.51
Hex A5 20 E6 1C 56 0 A 118 50 33
Octal 245 40 346 34 126 0 12 430 120 63
Binary 10100101 100000 11100110 11100 1010110 0 1010 100011000 1010000 110011

Color Harmonies of #A520E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520E6

Black with #A520E6

Text Example


Text Example

White with #A520E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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