Html Css Color HEX #A013CE Dark Violet

📋 copy color: '#A013CE'

red 160 ◦ green 19 ◦ blue 206

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

Shades of Dark Violet #A013CE

Tints of Dark Violet #A013CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 41.56%
G = 4.94%
B = 53.51%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A013CE (or 0xA013CE) is known color: Dark Violet. HEX triplet: A0, 13 and CE. RGB value is (160,19,206). Sum of RGB (Red+Green+Blue) = 160+19+206=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #A013CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013CE is #5FEC31. Grayscale: #515151. Windows color (decimal): -6286386 or 13505440. OLE color: 13505440.

HSL color Cylindrical-coordinate representation of color #A013CE: hue angle of 285.24º 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 #A013CE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 19 206 -
CMYK 0.22 0.91 0 0.19
HSL 285.24º 0.83% 0.44% -
HSV(B) 285.24º 0.91% 0.81% -
XYZ 25.87 12.4 59.42 -
YUV 82.48 197.71 183.29 -
System Red Green Blue C M Y K H S L
Decimal 160 19 206 0.22 0.91 0 0.19 285.24 0.83 0.44
Hex A0 13 CE 16 5B 0 13 11D 53 2C
Octal 240 23 316 26 133 0 23 435 123 54
Binary 10100000 10011 11001110 10110 1011011 0 10011 100011101 1010011 101100

Color Harmonies of #A013CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013CE

Black with #A013CE

Text Example


Text Example

White with #A013CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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