Html Css Color HEX #A016C9 Dark Violet

📋 copy color: '#A016C9'

red 160 ◦ green 22 ◦ blue 201

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

Shades of Dark Violet #A016C9

Tints of Dark Violet #A016C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 41.78%
G = 5.74%
B = 52.48%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A016C9 (or 0xA016C9) is known color: Dark Violet. HEX triplet: A0, 16 and C9. RGB value is (160,22,201). Sum of RGB (Red+Green+Blue) = 160+22+201=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #A016C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016C9 is #5FE936. Grayscale: #535353. Windows color (decimal): -6285623 or 13178528. OLE color: 13178528.

HSL color Cylindrical-coordinate representation of color #A016C9: hue angle of 286.26º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A016C9 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 22 201 -
CMYK 0.20 0.89 0 0.21
HSL 286.26º 0.8% 0.44% -
HSV(B) 286.26º 0.89% 0.79% -
XYZ 25.33 12.26 56.29 -
YUV 83.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 160 22 201 0.20 0.89 0 0.21 286.26 0.8 0.44
Hex A0 16 C9 14 59 0 15 11E 50 2C
Octal 240 26 311 24 131 0 25 436 120 54
Binary 10100000 10110 11001001 10100 1011001 0 10101 100011110 1010000 101100

Color Harmonies of #A016C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016C9

Black with #A016C9

Text Example


Text Example

White with #A016C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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