Html Css Color HEX #A016CE Dark Violet

📋 copy color: '#A016CE'

red 160 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #A016CE

Tints of Dark Violet #A016CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 41.24%
G = 5.67%
B = 53.09%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A016CE (or 0xA016CE) is known color: Dark Violet. HEX triplet: A0, 16 and CE. RGB value is (160,22,206). Sum of RGB (Red+Green+Blue) = 160+22+206=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A016CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016CE is #5FE931. Grayscale: #535353. Windows color (decimal): -6285618 or 13506208. OLE color: 13506208.

HSL color Cylindrical-coordinate representation of color #A016CE: hue angle of 285º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A016CE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 22 206 -
CMYK 0.22 0.89 0 0.19
HSL 285º 0.81% 0.45% -
HSV(B) 285º 0.89% 0.81% -
XYZ 25.92 12.5 59.44 -
YUV 84.24 196.72 182.04 -
System Red Green Blue C M Y K H S L
Decimal 160 22 206 0.22 0.89 0 0.19 285 0.81 0.45
Hex A0 16 CE 16 59 0 13 11D 51 2D
Octal 240 26 316 26 131 0 23 435 121 55
Binary 10100000 10110 11001110 10110 1011001 0 10011 100011101 1010001 101101

Color Harmonies of #A016CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016CE

Black with #A016CE

Text Example


Text Example

White with #A016CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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