Html Css Color HEX #A513D0 Dark Violet

📋 copy color: '#A513D0'

red 165 ◦ green 19 ◦ blue 208

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

Shades of Dark Violet #A513D0

Tints of Dark Violet #A513D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 42.09%
G = 4.85%
B = 53.06%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A513D0 (or 0xA513D0) is known color: Dark Violet. HEX triplet: A5, 13 and D0. RGB value is (165,19,208). Sum of RGB (Red+Green+Blue) = 165+19+208=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #A513D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513D0 is #5AEC2F. Grayscale: #535353. Windows color (decimal): -5958704 or 13636517. OLE color: 13636517.

HSL color Cylindrical-coordinate representation of color #A513D0: hue angle of 286.35º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A513D0 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 19 208 -
CMYK 0.21 0.91 0 0.18
HSL 286.35º 0.83% 0.45% -
HSV(B) 286.35º 0.91% 0.82% -
XYZ 27.14 13.02 60.76 -
YUV 84.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 165 19 208 0.21 0.91 0 0.18 286.35 0.83 0.45
Hex A5 13 D0 15 5B 0 12 11E 53 2D
Octal 245 23 320 25 133 0 22 436 123 55
Binary 10100101 10011 11010000 10101 1011011 0 10010 100011110 1010011 101101

Color Harmonies of #A513D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513D0

Black with #A513D0

Text Example


Text Example

White with #A513D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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