Html Css Color HEX #A014BE Dark Violet

📋 copy color: '#A014BE'

red 160 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #A014BE

Tints of Dark Violet #A014BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 43.24%
G = 5.41%
B = 51.35%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A014BE (or 0xA014BE) is known color: Dark Violet. HEX triplet: A0, 14 and BE. RGB value is (160,20,190). Sum of RGB (Red+Green+Blue) = 160+20+190=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A014BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014BE is #5FEB41. Grayscale: #505050. Windows color (decimal): -6286146 or 12457120. OLE color: 12457120.

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

Color convert

RGB 160 20 190 -
CMYK 0.16 0.89 0 0.25
HSL 289.41º 0.81% 0.41% -
HSV(B) 289.41º 0.89% 0.75% -
XYZ 24.04 11.69 49.7 -
YUV 81.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 160 20 190 0.16 0.89 0 0.25 289.41 0.81 0.41
Hex A0 14 BE 10 59 0 19 121 51 29
Octal 240 24 276 20 131 0 31 441 121 51
Binary 10100000 10100 10111110 10000 1011001 0 11001 100100001 1010001 101001

Color Harmonies of #A014BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014BE

Black with #A014BE

Text Example


Text Example

White with #A014BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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