Html Css Color HEX #A513D9 Dark Violet

📋 copy color: '#A513D9'

red 165 ◦ green 19 ◦ blue 217

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

Shades of Dark Violet #A513D9

Tints of Dark Violet #A513D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

 BLUE value IS 217 (85.16% from 255) = 54.11%

R = 41.15%
G = 4.74%
B = 54.11%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A513D9 (or 0xA513D9) is known color: Dark Violet. HEX triplet: A5, 13 and D9. RGB value is (165,19,217). Sum of RGB (Red+Green+Blue) = 165+19+217=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #A513D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513D9 is #5AEC26. Grayscale: #545454. Windows color (decimal): -5958695 or 14226341. OLE color: 14226341.

HSL color Cylindrical-coordinate representation of color #A513D9: hue angle of 284.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A513D9 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 19 217 -
CMYK 0.24 0.91 0 0.15
HSL 284.24º 0.84% 0.46% -
HSV(B) 284.24º 0.91% 0.85% -
XYZ 28.27 13.47 66.76 -
YUV 85.23 202.37 184.9 -
System Red Green Blue C M Y K H S L
Decimal 165 19 217 0.24 0.91 0 0.15 284.24 0.84 0.46
Hex A5 13 D9 18 5B 0 F 11C 54 2E
Octal 245 23 331 30 133 0 17 434 124 56
Binary 10100101 10011 11011001 11000 1011011 0 1111 100011100 1010100 101110

Color Harmonies of #A513D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513D9

Black with #A513D9

Text Example


Text Example

White with #A513D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513D9; }

 p { color: rgb(165,19,217); }

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

background-color css

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

 a { background-color: rgb(165,19,217); }

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

border-color css

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

 span { border-color: rgb(165,19,217); }

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