Html Css Color HEX #A513D7 Dark Violet

📋 copy color: '#A513D7'

red 165 ◦ green 19 ◦ blue 215

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

Shades of Dark Violet #A513D7

Tints of Dark Violet #A513D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.88%

R = 41.35%
G = 4.76%
B = 53.88%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A513D7 (or 0xA513D7) is known color: Dark Violet. HEX triplet: A5, 13 and D7. RGB value is (165,19,215). Sum of RGB (Red+Green+Blue) = 165+19+215=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #A513D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513D7 is #5AEC28. Grayscale: #545454. Windows color (decimal): -5958697 or 14095269. OLE color: 14095269.

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

Color convert

RGB 165 19 215 -
CMYK 0.23 0.91 0 0.16
HSL 284.69º 0.84% 0.46% -
HSV(B) 284.69º 0.91% 0.84% -
XYZ 28.02 13.37 65.39 -
YUV 85 201.37 185.06 -
System Red Green Blue C M Y K H S L
Decimal 165 19 215 0.23 0.91 0 0.16 284.69 0.84 0.46
Hex A5 13 D7 17 5B 0 10 11D 54 2E
Octal 245 23 327 27 133 0 20 435 124 56
Binary 10100101 10011 11010111 10111 1011011 0 10000 100011101 1010100 101110

Color Harmonies of #A513D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513D7

Black with #A513D7

Text Example


Text Example

White with #A513D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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