Html Css Color HEX #A016D8 Dark Violet

📋 copy color: '#A016D8'

red 160 ◦ green 22 ◦ blue 216

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

Shades of Dark Violet #A016D8

Tints of Dark Violet #A016D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 40.2%
G = 5.53%
B = 54.27%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A016D8 (or 0xA016D8) is known color: Dark Violet. HEX triplet: A0, 16 and D8. RGB value is (160,22,216). Sum of RGB (Red+Green+Blue) = 160+22+216=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #A016D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016D8 is #5FE927. Grayscale: #545454. Windows color (decimal): -6285608 or 14161568. OLE color: 14161568.

HSL color Cylindrical-coordinate representation of color #A016D8: hue angle of 282.68º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A016D8 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 22 216 -
CMYK 0.26 0.90 0 0.15
HSL 282.68º 0.82% 0.47% -
HSV(B) 282.68º 0.9% 0.85% -
XYZ 27.18 13.01 66.04 -
YUV 85.38 201.72 181.23 -
System Red Green Blue C M Y K H S L
Decimal 160 22 216 0.26 0.90 0 0.15 282.68 0.82 0.47
Hex A0 16 D8 1A 5A 0 F 11B 52 2F
Octal 240 26 330 32 132 0 17 433 122 57
Binary 10100000 10110 11011000 11010 1011010 0 1111 100011011 1010010 101111

Color Harmonies of #A016D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016D8

Black with #A016D8

Text Example


Text Example

White with #A016D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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