Html Css Color HEX #A013C5 Dark Violet

📋 copy color: '#A013C5'

red 160 ◦ green 19 ◦ blue 197

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

Shades of Dark Violet #A013C5

Tints of Dark Violet #A013C5

RGB

 RED value IS 160 (62.89% from 255) = 42.55%

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

 BLUE value IS 197 (77.34% from 255) = 52.39%

R = 42.55%
G = 5.05%
B = 52.39%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A013C5 (or 0xA013C5) is known color: Dark Violet. HEX triplet: A0, 13 and C5. RGB value is (160,19,197). Sum of RGB (Red+Green+Blue) = 160+19+197=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #A013C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013C5 is #5FEC3A. Grayscale: #505050. Windows color (decimal): -6286395 or 12915616. OLE color: 12915616.

HSL color Cylindrical-coordinate representation of color #A013C5: hue angle of 287.53º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A013C5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 19 197 -
CMYK 0.19 0.90 0 0.23
HSL 287.53º 0.82% 0.42% -
HSV(B) 287.53º 0.9% 0.77% -
XYZ 24.81 11.97 53.83 -
YUV 81.45 193.21 184.03 -
System Red Green Blue C M Y K H S L
Decimal 160 19 197 0.19 0.90 0 0.23 287.53 0.82 0.42
Hex A0 13 C5 13 5A 0 17 120 52 2A
Octal 240 23 305 23 132 0 27 440 122 52
Binary 10100000 10011 11000101 10011 1011010 0 10111 100100000 1010010 101010

Color Harmonies of #A013C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013C5

Black with #A013C5

Text Example


Text Example

White with #A013C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013C5; }

 p { color: rgb(160,19,197); }

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

background-color css

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

 a { background-color: rgb(160,19,197); }

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

border-color css

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

 span { border-color: rgb(160,19,197); }

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