Html Css Color HEX #A014DA Dark Violet

📋 copy color: '#A014DA'

red 160 ◦ green 20 ◦ blue 218

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

Shades of Dark Violet #A014DA

Tints of Dark Violet #A014DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 40.2%
G = 5.03%
B = 54.77%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A014DA (or 0xA014DA) is known color: Dark Violet. HEX triplet: A0, 14 and DA. RGB value is (160,20,218). Sum of RGB (Red+Green+Blue) = 160+20+218=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #A014DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014DA is #5FEB25. Grayscale: #535353. Windows color (decimal): -6286118 or 14292128. OLE color: 14292128.

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

Color convert

RGB 160 20 218 -
CMYK 0.27 0.91 0 0.15
HSL 282.42º 0.83% 0.47% -
HSV(B) 282.42º 0.91% 0.85% -
XYZ 27.4 13.04 67.4 -
YUV 84.43 203.38 181.9 -
System Red Green Blue C M Y K H S L
Decimal 160 20 218 0.27 0.91 0 0.15 282.42 0.83 0.47
Hex A0 14 DA 1B 5B 0 F 11A 53 2F
Octal 240 24 332 33 133 0 17 432 123 57
Binary 10100000 10100 11011010 11011 1011011 0 1111 100011010 1010011 101111

Color Harmonies of #A014DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014DA

Black with #A014DA

Text Example


Text Example

White with #A014DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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