Html Css Color HEX #A014DE Dark Violet

📋 copy color: '#A014DE'

red 160 ◦ green 20 ◦ blue 222

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

Shades of Dark Violet #A014DE

Tints of Dark Violet #A014DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 39.8%
G = 4.98%
B = 55.22%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A014DE (or 0xA014DE) is known color: Dark Violet. HEX triplet: A0, 14 and DE. RGB value is (160,20,222). Sum of RGB (Red+Green+Blue) = 160+20+222=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #A014DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014DE is #5FEB21. Grayscale: #545454. Windows color (decimal): -6286114 or 14554272. OLE color: 14554272.

HSL color Cylindrical-coordinate representation of color #A014DE: hue angle of 281.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014DE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 20 222 -
CMYK 0.28 0.91 0 0.13
HSL 281.58º 0.83% 0.47% -
HSV(B) 281.58º 0.91% 0.87% -
XYZ 27.93 13.25 70.19 -
YUV 84.89 205.38 181.57 -
System Red Green Blue C M Y K H S L
Decimal 160 20 222 0.28 0.91 0 0.13 281.58 0.83 0.47
Hex A0 14 DE 1C 5B 0 D 11A 53 2F
Octal 240 24 336 34 133 0 15 432 123 57
Binary 10100000 10100 11011110 11100 1011011 0 1101 100011010 1010011 101111

Color Harmonies of #A014DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014DE

Black with #A014DE

Text Example


Text Example

White with #A014DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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