Html Css Color HEX #A118D2 Dark Violet

📋 copy color: '#A118D2'

red 161 ◦ green 24 ◦ blue 210

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

Shades of Dark Violet #A118D2

Tints of Dark Violet #A118D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 40.76%
G = 6.08%
B = 53.16%

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

#A118D2 (or 0xA118D2) is known color: Dark Violet. HEX triplet: A1, 18 and D2. RGB value is (161,24,210). Sum of RGB (Red+Green+Blue) = 161+24+210=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #A118D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118D2 is #5EE72D. Grayscale: #555555. Windows color (decimal): -6219566 or 13768865. OLE color: 13768865.

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

Color convert

RGB 161 24 210 -
CMYK 0.23 0.89 0 0.18
HSL 284.19º 0.79% 0.46% -
HSV(B) 284.19º 0.89% 0.82% -
XYZ 26.66 12.88 62.05 -
YUV 86.17 197.89 181.38 -
System Red Green Blue C M Y K H S L
Decimal 161 24 210 0.23 0.89 0 0.18 284.19 0.79 0.46
Hex A1 18 D2 17 59 0 12 11C 4F 2E
Octal 241 30 322 27 131 0 22 434 117 56
Binary 10100001 11000 11010010 10111 1011001 0 10010 100011100 1001111 101110

Color Harmonies of #A118D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118D2

Black with #A118D2

Text Example


Text Example

White with #A118D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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