Html Css Color HEX #A013DB Dark Violet

📋 copy color: '#A013DB'

red 160 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #A013DB

Tints of Dark Violet #A013DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 40.2%
G = 4.77%
B = 55.03%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A013DB (or 0xA013DB) is known color: Dark Violet. HEX triplet: A0, 13 and DB. RGB value is (160,19,219). Sum of RGB (Red+Green+Blue) = 160+19+219=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #A013DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013DB is #5FEC24. Grayscale: #535353. Windows color (decimal): -6286373 or 14357408. OLE color: 14357408.

HSL color Cylindrical-coordinate representation of color #A013DB: hue angle of 282.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A013DB is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 19 219 -
CMYK 0.27 0.91 0 0.14
HSL 282.3º 0.84% 0.47% -
HSV(B) 282.3º 0.91% 0.86% -
XYZ 27.52 13.05 68.09 -
YUV 83.96 204.21 182.24 -
System Red Green Blue C M Y K H S L
Decimal 160 19 219 0.27 0.91 0 0.14 282.3 0.84 0.47
Hex A0 13 DB 1B 5B 0 E 11A 54 2F
Octal 240 23 333 33 133 0 16 432 124 57
Binary 10100000 10011 11011011 11011 1011011 0 1110 100011010 1010100 101111

Color Harmonies of #A013DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013DB

Black with #A013DB

Text Example


Text Example

White with #A013DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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