Html Css Color HEX #A016DF Dark Violet

📋 copy color: '#A016DF'

red 160 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #A016DF

Tints of Dark Violet #A016DF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.43%

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 39.51%
G = 5.43%
B = 55.06%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A016DF (or 0xA016DF) is known color: Dark Violet. HEX triplet: A0, 16 and DF. RGB value is (160,22,223). Sum of RGB (Red+Green+Blue) = 160+22+223=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #A016DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016DF is #5FE920. Grayscale: #555555. Windows color (decimal): -6285601 or 14620320. OLE color: 14620320.

HSL color Cylindrical-coordinate representation of color #A016DF: hue angle of 281.19º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A016DF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 22 223 -
CMYK 0.28 0.90 0 0.13
HSL 281.19º 0.82% 0.48% -
HSV(B) 281.19º 0.9% 0.87% -
XYZ 28.1 13.38 70.91 -
YUV 86.18 205.22 180.66 -
System Red Green Blue C M Y K H S L
Decimal 160 22 223 0.28 0.90 0 0.13 281.19 0.82 0.48
Hex A0 16 DF 1C 5A 0 D 119 52 30
Octal 240 26 337 34 132 0 15 431 122 60
Binary 10100000 10110 11011111 11100 1011010 0 1101 100011001 1010010 110000

Color Harmonies of #A016DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016DF

Black with #A016DF

Text Example


Text Example

White with #A016DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016DF; }

 p { color: rgb(160,22,223); }

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

background-color css

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

 a { background-color: rgb(160,22,223); }

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

border-color css

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

 span { border-color: rgb(160,22,223); }

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