Html Css Color HEX #A014BF Dark Violet

📋 copy color: '#A014BF'

red 160 ◦ green 20 ◦ blue 191

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

Shades of Dark Violet #A014BF

Tints of Dark Violet #A014BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.48%

R = 43.13%
G = 5.39%
B = 51.48%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A014BF (or 0xA014BF) is known color: Dark Violet. HEX triplet: A0, 14 and BF. RGB value is (160,20,191). Sum of RGB (Red+Green+Blue) = 160+20+191=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #A014BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014BF is #5FEB40. Grayscale: #505050. Windows color (decimal): -6286145 or 12522656. OLE color: 12522656.

HSL color Cylindrical-coordinate representation of color #A014BF: hue angle of 289.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A014BF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 20 191 -
CMYK 0.16 0.90 0 0.25
HSL 289.12º 0.81% 0.41% -
HSV(B) 289.12º 0.9% 0.75% -
XYZ 24.15 11.74 50.28 -
YUV 81.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 160 20 191 0.16 0.90 0 0.25 289.12 0.81 0.41
Hex A0 14 BF 10 5A 0 19 121 51 29
Octal 240 24 277 20 132 0 31 441 121 51
Binary 10100000 10100 10111111 10000 1011010 0 11001 100100001 1010001 101001

Color Harmonies of #A014BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014BF

Black with #A014BF

Text Example


Text Example

White with #A014BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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