Html Css Color HEX #A118D1 Dark Violet

📋 copy color: '#A118D1'

red 161 ◦ green 24 ◦ blue 209

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

Shades of Dark Violet #A118D1

Tints of Dark Violet #A118D1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

 BLUE value IS 209 (82.03% from 255) = 53.05%

R = 40.86%
G = 6.09%
B = 53.05%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A118D1 (or 0xA118D1) is known color: Dark Violet. HEX triplet: A1, 18 and D1. RGB value is (161,24,209). Sum of RGB (Red+Green+Blue) = 161+24+209=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #A118D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118D1 is #5EE72E. Grayscale: #555555. Windows color (decimal): -6219567 or 13703329. OLE color: 13703329.

HSL color Cylindrical-coordinate representation of color #A118D1: hue angle of 284.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A118D1 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 24 209 -
CMYK 0.23 0.89 0 0.18
HSL 284.43º 0.79% 0.46% -
HSV(B) 284.43º 0.89% 0.82% -
XYZ 26.53 12.83 61.4 -
YUV 86.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 161 24 209 0.23 0.89 0 0.18 284.43 0.79 0.46
Hex A1 18 D1 17 59 0 12 11C 4F 2E
Octal 241 30 321 27 131 0 22 434 117 56
Binary 10100001 11000 11010001 10111 1011001 0 10010 100011100 1001111 101110

Color Harmonies of #A118D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118D1

Black with #A118D1

Text Example


Text Example

White with #A118D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118D1; }

 p { color: rgb(161,24,209); }

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

background-color css

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

 a { background-color: rgb(161,24,209); }

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

border-color css

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

 span { border-color: rgb(161,24,209); }

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