Html Css Color HEX #A014DC Dark Violet

📋 copy color: '#A014DC'

red 160 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #A014DC

Tints of Dark Violet #A014DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 40%
G = 5%
B = 55%

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

#A014DC (or 0xA014DC) is known color: Dark Violet. HEX triplet: A0, 14 and DC. RGB value is (160,20,220). Sum of RGB (Red+Green+Blue) = 160+20+220=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A014DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014DC is #5FEB23. Grayscale: #545454. Windows color (decimal): -6286116 or 14423200. OLE color: 14423200.

HSL color Cylindrical-coordinate representation of color #A014DC: hue angle of 282º degrees, saturation: 0.83, 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 #A014DC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 20 220 -
CMYK 0.27 0.91 0 0.14
HSL 282º 0.83% 0.47% -
HSV(B) 282º 0.91% 0.86% -
XYZ 27.67 13.14 68.79 -
YUV 84.66 204.38 181.74 -
System Red Green Blue C M Y K H S L
Decimal 160 20 220 0.27 0.91 0 0.14 282 0.83 0.47
Hex A0 14 DC 1B 5B 0 E 11A 53 2F
Octal 240 24 334 33 133 0 16 432 123 57
Binary 10100000 10100 11011100 11011 1011011 0 1110 100011010 1010011 101111

Color Harmonies of #A014DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014DC

Black with #A014DC

Text Example


Text Example

White with #A014DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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