Html Css Color HEX #A117D6 Dark Violet

📋 copy color: '#A117D6'

red 161 ◦ green 23 ◦ blue 214

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

Shades of Dark Violet #A117D6

Tints of Dark Violet #A117D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.77%

R = 40.45%
G = 5.78%
B = 53.77%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A117D6 (or 0xA117D6) is known color: Dark Violet. HEX triplet: A1, 17 and D6. RGB value is (161,23,214). Sum of RGB (Red+Green+Blue) = 161+23+214=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #A117D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117D6 is #5EE829. Grayscale: #555555. Windows color (decimal): -6219818 or 14030753. OLE color: 14030753.

HSL color Cylindrical-coordinate representation of color #A117D6: hue angle of 283.35º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A117D6 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 23 214 -
CMYK 0.25 0.89 0 0.16
HSL 283.35º 0.81% 0.46% -
HSV(B) 283.35º 0.89% 0.84% -
XYZ 27.14 13.04 64.71 -
YUV 86.04 200.22 181.47 -
System Red Green Blue C M Y K H S L
Decimal 161 23 214 0.25 0.89 0 0.16 283.35 0.81 0.46
Hex A1 17 D6 19 59 0 10 11B 51 2E
Octal 241 27 326 31 131 0 20 433 121 56
Binary 10100001 10111 11010110 11001 1011001 0 10000 100011011 1010001 101110

Color Harmonies of #A117D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117D6

Black with #A117D6

Text Example


Text Example

White with #A117D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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