Html Css Color HEX #A118DC Dark Violet

📋 copy color: '#A118DC'

red 161 ◦ green 24 ◦ blue 220

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

Shades of Dark Violet #A118DC

Tints of Dark Violet #A118DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 39.75%
G = 5.93%
B = 54.32%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A118DC (or 0xA118DC) is known color: Dark Violet. HEX triplet: A1, 18 and DC. RGB value is (161,24,220). Sum of RGB (Red+Green+Blue) = 161+24+220=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #A118DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118DC is #5EE723. Grayscale: #565656. Windows color (decimal): -6219556 or 14424225. OLE color: 14424225.

HSL color Cylindrical-coordinate representation of color #A118DC: hue angle of 281.94º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A118DC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 24 220 -
CMYK 0.27 0.89 0 0.14
HSL 281.94º 0.8% 0.48% -
HSV(B) 281.94º 0.89% 0.86% -
XYZ 27.94 13.4 68.82 -
YUV 87.31 202.89 180.56 -
System Red Green Blue C M Y K H S L
Decimal 161 24 220 0.27 0.89 0 0.14 281.94 0.8 0.48
Hex A1 18 DC 1B 59 0 E 11A 50 30
Octal 241 30 334 33 131 0 16 432 120 60
Binary 10100001 11000 11011100 11011 1011001 0 1110 100011010 1010000 110000

Color Harmonies of #A118DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118DC

Black with #A118DC

Text Example


Text Example

White with #A118DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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