Html Css Color HEX #A014D9 Dark Violet

📋 copy color: '#A014D9'

red 160 ◦ green 20 ◦ blue 217

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

Shades of Dark Violet #A014D9

Tints of Dark Violet #A014D9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.04%

 BLUE value IS 217 (85.16% from 255) = 54.66%

R = 40.3%
G = 5.04%
B = 54.66%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A014D9 (or 0xA014D9) is known color: Dark Violet. HEX triplet: A0, 14 and D9. RGB value is (160,20,217). Sum of RGB (Red+Green+Blue) = 160+20+217=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #A014D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014D9 is #5FEB26. Grayscale: #535353. Windows color (decimal): -6286119 or 14226592. OLE color: 14226592.

HSL color Cylindrical-coordinate representation of color #A014D9: hue angle of 282.64º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014D9 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 20 217 -
CMYK 0.26 0.91 0 0.15
HSL 282.64º 0.83% 0.46% -
HSV(B) 282.64º 0.91% 0.85% -
XYZ 27.27 12.98 66.71 -
YUV 84.32 202.88 181.98 -
System Red Green Blue C M Y K H S L
Decimal 160 20 217 0.26 0.91 0 0.15 282.64 0.83 0.46
Hex A0 14 D9 1A 5B 0 F 11B 53 2E
Octal 240 24 331 32 133 0 17 433 123 56
Binary 10100000 10100 11011001 11010 1011011 0 1111 100011011 1010011 101110

Color Harmonies of #A014D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014D9

Black with #A014D9

Text Example


Text Example

White with #A014D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014D9; }

 p { color: rgb(160,20,217); }

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

background-color css

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

 a { background-color: rgb(160,20,217); }

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

border-color css

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

 span { border-color: rgb(160,20,217); }

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