Html Css Color HEX #A016DD Dark Violet

📋 copy color: '#A016DD'

red 160 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #A016DD

Tints of Dark Violet #A016DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 39.7%
G = 5.46%
B = 54.84%

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

#A016DD (or 0xA016DD) is known color: Dark Violet. HEX triplet: A0, 16 and DD. RGB value is (160,22,221). Sum of RGB (Red+Green+Blue) = 160+22+221=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #A016DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016DD is #5FE922. Grayscale: #555555. Windows color (decimal): -6285603 or 14489248. OLE color: 14489248.

HSL color Cylindrical-coordinate representation of color #A016DD: hue angle of 281.61º 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 #A016DD is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 22 221 -
CMYK 0.28 0.90 0 0.13
HSL 281.61º 0.82% 0.48% -
HSV(B) 281.61º 0.9% 0.87% -
XYZ 27.84 13.27 69.5 -
YUV 85.95 204.22 180.82 -
System Red Green Blue C M Y K H S L
Decimal 160 22 221 0.28 0.90 0 0.13 281.61 0.82 0.48
Hex A0 16 DD 1C 5A 0 D 11A 52 30
Octal 240 26 335 34 132 0 15 432 122 60
Binary 10100000 10110 11011101 11100 1011010 0 1101 100011010 1010010 110000

Color Harmonies of #A016DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016DD

Black with #A016DD

Text Example


Text Example

White with #A016DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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