Html Css Color HEX #A117DB Dark Violet

📋 copy color: '#A117DB'

red 161 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #A117DB

Tints of Dark Violet #A117DB

RGB

 RED value IS 161 (63.28% from 255) = 39.95%

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

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

R = 39.95%
G = 5.71%
B = 54.34%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A117DB (or 0xA117DB) is known color: Dark Violet. HEX triplet: A1, 17 and DB. RGB value is (161,23,219). Sum of RGB (Red+Green+Blue) = 161+23+219=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #A117DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117DB is #5EE824. Grayscale: #555555. Windows color (decimal): -6219813 or 14358433. OLE color: 14358433.

HSL color Cylindrical-coordinate representation of color #A117DB: hue angle of 282.24º 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 #A117DB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 23 219 -
CMYK 0.26 0.89 0 0.14
HSL 282.24º 0.81% 0.47% -
HSV(B) 282.24º 0.89% 0.86% -
XYZ 27.79 13.3 68.12 -
YUV 86.61 202.72 181.06 -
System Red Green Blue C M Y K H S L
Decimal 161 23 219 0.26 0.89 0 0.14 282.24 0.81 0.47
Hex A1 17 DB 1A 59 0 E 11A 51 2F
Octal 241 27 333 32 131 0 16 432 121 57
Binary 10100001 10111 11011011 11010 1011001 0 1110 100011010 1010001 101111

Color Harmonies of #A117DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117DB

Black with #A117DB

Text Example


Text Example

White with #A117DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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