Html Css Color HEX #A014BD Dark Violet

📋 copy color: '#A014BD'

red 160 ◦ green 20 ◦ blue 189

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

Shades of Dark Violet #A014BD

Tints of Dark Violet #A014BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 43.36%
G = 5.42%
B = 51.22%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A014BD (or 0xA014BD) is known color: Dark Violet. HEX triplet: A0, 14 and BD. RGB value is (160,20,189). Sum of RGB (Red+Green+Blue) = 160+20+189=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #A014BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014BD is #5FEB42. Grayscale: #505050. Windows color (decimal): -6286147 or 12391584. OLE color: 12391584.

HSL color Cylindrical-coordinate representation of color #A014BD: hue angle of 289.7º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A014BD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 20 189 -
CMYK 0.15 0.89 0 0.26
HSL 289.7º 0.81% 0.41% -
HSV(B) 289.7º 0.89% 0.74% -
XYZ 23.93 11.65 49.13 -
YUV 81.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 160 20 189 0.15 0.89 0 0.26 289.7 0.81 0.41
Hex A0 14 BD F 59 0 1A 122 51 29
Octal 240 24 275 17 131 0 32 442 121 51
Binary 10100000 10100 10111101 1111 1011001 0 11010 100100010 1010001 101001

Color Harmonies of #A014BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014BD

Black with #A014BD

Text Example


Text Example

White with #A014BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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