Html Css Color HEX #A117DF Dark Violet

📋 copy color: '#A117DF'

red 161 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #A117DF

Tints of Dark Violet #A117DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 39.56%
G = 5.65%
B = 54.79%

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

#A117DF (or 0xA117DF) is known color: Dark Violet. HEX triplet: A1, 17 and DF. RGB value is (161,23,223). Sum of RGB (Red+Green+Blue) = 161+23+223=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #A117DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117DF is #5EE820. Grayscale: #565656. Windows color (decimal): -6219809 or 14620577. OLE color: 14620577.

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

Color convert

RGB 161 23 223 -
CMYK 0.28 0.90 0 0.13
HSL 281.4º 0.81% 0.48% -
HSV(B) 281.4º 0.9% 0.87% -
XYZ 28.32 13.52 70.93 -
YUV 87.06 204.72 180.74 -
System Red Green Blue C M Y K H S L
Decimal 161 23 223 0.28 0.90 0 0.13 281.4 0.81 0.48
Hex A1 17 DF 1C 5A 0 D 119 51 30
Octal 241 27 337 34 132 0 15 431 121 60
Binary 10100001 10111 11011111 11100 1011010 0 1101 100011001 1010001 110000

Color Harmonies of #A117DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117DF

Black with #A117DF

Text Example


Text Example

White with #A117DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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