Html Css Color HEX #A513E0 Dark Violet

📋 copy color: '#A513E0'

red 165 ◦ green 19 ◦ blue 224

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

Shades of Dark Violet #A513E0

Tints of Dark Violet #A513E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.9%

R = 40.44%
G = 4.66%
B = 54.9%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A513E0 (or 0xA513E0) is known color: Dark Violet. HEX triplet: A5, 13 and E0. RGB value is (165,19,224). Sum of RGB (Red+Green+Blue) = 165+19+224=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #A513E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513E0 is #5AEC1F. Grayscale: #555555. Windows color (decimal): -5958688 or 14685093. OLE color: 14685093.

HSL color Cylindrical-coordinate representation of color #A513E0: hue angle of 282.73º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A513E0 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 19 224 -
CMYK 0.26 0.92 0 0.12
HSL 282.73º 0.84% 0.48% -
HSV(B) 282.73º 0.92% 0.88% -
XYZ 29.2 13.85 71.65 -
YUV 86.02 205.87 184.33 -
System Red Green Blue C M Y K H S L
Decimal 165 19 224 0.26 0.92 0 0.12 282.73 0.84 0.48
Hex A5 13 E0 1A 5C 0 C 11B 54 30
Octal 245 23 340 32 134 0 14 433 124 60
Binary 10100101 10011 11100000 11010 1011100 0 1100 100011011 1010100 110000

Color Harmonies of #A513E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513E0

Black with #A513E0

Text Example


Text Example

White with #A513E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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