Html Css Color HEX #A014B7 Dark Violet

📋 copy color: '#A014B7'

red 160 ◦ green 20 ◦ blue 183

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

Shades of Dark Violet #A014B7

Tints of Dark Violet #A014B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.41%

R = 44.08%
G = 5.51%
B = 50.41%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A014B7 (or 0xA014B7) is known color: Dark Violet. HEX triplet: A0, 14 and B7. RGB value is (160,20,183). Sum of RGB (Red+Green+Blue) = 160+20+183=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #A014B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014B7 is #5FEB48. Grayscale: #4F4F4F. Windows color (decimal): -6286153 or 11998368. OLE color: 11998368.

HSL color Cylindrical-coordinate representation of color #A014B7: hue angle of 291.53º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A014B7 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 20 183 -
CMYK 0.13 0.89 0 0.28
HSL 291.53º 0.8% 0.4% -
HSV(B) 291.53º 0.89% 0.72% -
XYZ 23.29 11.39 45.77 -
YUV 80.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 160 20 183 0.13 0.89 0 0.28 291.53 0.8 0.4
Hex A0 14 B7 D 59 0 1C 124 50 28
Octal 240 24 267 15 131 0 34 444 120 50
Binary 10100000 10100 10110111 1101 1011001 0 11100 100100100 1010000 101000

Color Harmonies of #A014B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014B7

Black with #A014B7

Text Example


Text Example

White with #A014B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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