Html Css Color HEX #A017DC Dark Violet

📋 copy color: '#A017DC'

red 160 ◦ green 23 ◦ blue 220

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

Shades of Dark Violet #A017DC

Tints of Dark Violet #A017DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.71%

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 39.7%
G = 5.71%
B = 54.59%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A017DC (or 0xA017DC) is known color: Dark Violet. HEX triplet: A0, 17 and DC. RGB value is (160,23,220). Sum of RGB (Red+Green+Blue) = 160+23+220=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #A017DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017DC is #5FE823. Grayscale: #555555. Windows color (decimal): -6285348 or 14423968. OLE color: 14423968.

HSL color Cylindrical-coordinate representation of color #A017DC: hue angle of 281.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A017DC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 23 220 -
CMYK 0.27 0.90 0 0.14
HSL 281.73º 0.81% 0.48% -
HSV(B) 281.73º 0.9% 0.86% -
XYZ 27.72 13.25 68.81 -
YUV 86.42 203.39 180.48 -
System Red Green Blue C M Y K H S L
Decimal 160 23 220 0.27 0.90 0 0.14 281.73 0.81 0.48
Hex A0 17 DC 1B 5A 0 E 11A 51 30
Octal 240 27 334 33 132 0 16 432 121 60
Binary 10100000 10111 11011100 11011 1011010 0 1110 100011010 1010001 110000

Color Harmonies of #A017DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017DC

Black with #A017DC

Text Example


Text Example

White with #A017DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017DC; }

 p { color: rgb(160,23,220); }

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

background-color css

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

 a { background-color: rgb(160,23,220); }

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

border-color css

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

 span { border-color: rgb(160,23,220); }

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