Html Css Color HEX #A013CF Dark Violet

📋 copy color: '#A013CF'

red 160 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #A013CF

Tints of Dark Violet #A013CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 41.45%
G = 4.92%
B = 53.63%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A013CF (or 0xA013CF) is known color: Dark Violet. HEX triplet: A0, 13 and CF. RGB value is (160,19,207). Sum of RGB (Red+Green+Blue) = 160+19+207=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #A013CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013CF is #5FEC30. Grayscale: #515151. Windows color (decimal): -6286385 or 13570976. OLE color: 13570976.

HSL color Cylindrical-coordinate representation of color #A013CF: hue angle of 285º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A013CF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 19 207 -
CMYK 0.23 0.91 0 0.19
HSL 285º 0.83% 0.44% -
HSV(B) 285º 0.91% 0.81% -
XYZ 25.99 12.44 60.06 -
YUV 82.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 160 19 207 0.23 0.91 0 0.19 285 0.83 0.44
Hex A0 13 CF 17 5B 0 13 11D 53 2C
Octal 240 23 317 27 133 0 23 435 123 54
Binary 10100000 10011 11001111 10111 1011011 0 10011 100011101 1010011 101100

Color Harmonies of #A013CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013CF

Black with #A013CF

Text Example


Text Example

White with #A013CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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