Html Css Color HEX #A013EF Dark Violet

📋 copy color: '#A013EF'

red 160 ◦ green 19 ◦ blue 239

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

Shades of Dark Violet #A013EF

Tints of Dark Violet #A013EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 38.28%
G = 4.55%
B = 57.18%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A013EF (or 0xA013EF) is known color: Dark Violet. HEX triplet: A0, 13 and EF. RGB value is (160,19,239). Sum of RGB (Red+Green+Blue) = 160+19+239=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #A013EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A013EF is #5FEC10. Grayscale: #555555. Windows color (decimal): -6286353 or 15668128. OLE color: 15668128.

HSL color Cylindrical-coordinate representation of color #A013EF: hue angle of 278.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A013EF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 19 239 -
CMYK 0.33 0.92 0 0.06
HSL 278.45º 0.87% 0.51% -
HSV(B) 278.45º 0.92% 0.94% -
XYZ 30.31 14.17 82.8 -
YUV 86.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 160 19 239 0.33 0.92 0 0.06 278.45 0.87 0.51
Hex A0 13 EF 21 5C 0 6 116 57 33
Octal 240 23 357 41 134 0 6 426 127 63
Binary 10100000 10011 11101111 100001 1011100 0 110 100010110 1010111 110011

Color Harmonies of #A013EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013EF

Black with #A013EF

Text Example


Text Example

White with #A013EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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