Html Css Color HEX #A017DB Dark Violet

📋 copy color: '#A017DB'

red 160 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #A017DB

Tints of Dark Violet #A017DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 39.8%
G = 5.72%
B = 54.48%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A017DB (or 0xA017DB) is known color: Dark Violet. HEX triplet: A0, 17 and DB. RGB value is (160,23,219). Sum of RGB (Red+Green+Blue) = 160+23+219=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #A017DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017DB is #5FE824. Grayscale: #555555. Windows color (decimal): -6285349 or 14358432. OLE color: 14358432.

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

Color convert

RGB 160 23 219 -
CMYK 0.27 0.89 0 0.14
HSL 281.94º 0.81% 0.47% -
HSV(B) 281.94º 0.89% 0.86% -
XYZ 27.59 13.2 68.11 -
YUV 86.31 202.89 180.56 -
System Red Green Blue C M Y K H S L
Decimal 160 23 219 0.27 0.89 0 0.14 281.94 0.81 0.47
Hex A0 17 DB 1B 59 0 E 11A 51 2F
Octal 240 27 333 33 131 0 16 432 121 57
Binary 10100000 10111 11011011 11011 1011001 0 1110 100011010 1010001 101111

Color Harmonies of #A017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017DB

Black with #A017DB

Text Example


Text Example

White with #A017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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