Html Css Color HEX #A014BC Dark Violet

📋 copy color: '#A014BC'

red 160 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #A014BC

Tints of Dark Violet #A014BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 43.48%
G = 5.43%
B = 51.09%

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

#A014BC (or 0xA014BC) is known color: Dark Violet. HEX triplet: A0, 14 and BC. RGB value is (160,20,188). Sum of RGB (Red+Green+Blue) = 160+20+188=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #A014BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014BC is #5FEB43. Grayscale: #505050. Windows color (decimal): -6286148 or 12326048. OLE color: 12326048.

HSL color Cylindrical-coordinate representation of color #A014BC: hue angle of 290º 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 #A014BC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 20 188 -
CMYK 0.15 0.89 0 0.26
HSL 290º 0.81% 0.41% -
HSV(B) 290º 0.89% 0.74% -
XYZ 23.82 11.6 48.56 -
YUV 81.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 160 20 188 0.15 0.89 0 0.26 290 0.81 0.41
Hex A0 14 BC F 59 0 1A 122 51 29
Octal 240 24 274 17 131 0 32 442 121 51
Binary 10100000 10100 10111100 1111 1011001 0 11010 100100010 1010001 101001

Color Harmonies of #A014BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014BC

Black with #A014BC

Text Example


Text Example

White with #A014BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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