Html Css Color HEX #A40DC1 Dark Violet

📋 copy color: '#A40DC1'

red 164 ◦ green 13 ◦ blue 193

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

Shades of Dark Violet #A40DC1

Tints of Dark Violet #A40DC1

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 44.32%
G = 3.51%
B = 52.16%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A40DC1 (or 0xA40DC1) is known color: Dark Violet. HEX triplet: A4, 0D and C1. RGB value is (164,13,193). Sum of RGB (Red+Green+Blue) = 164+13+193=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #A40DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DC1 is #5BF23E. Grayscale: #4E4E4E. Windows color (decimal): -6025791 or 12651940. OLE color: 12651940.

HSL color Cylindrical-coordinate representation of color #A40DC1: hue angle of 290.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DC1 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 13 193 -
CMYK 0.15 0.93 0 0.24
HSL 290.33º 0.87% 0.4% -
HSV(B) 290.33º 0.93% 0.76% -
XYZ 25.08 12.03 51.45 -
YUV 78.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 164 13 193 0.15 0.93 0 0.24 290.33 0.87 0.4
Hex A4 D C1 F 5D 0 18 122 57 28
Octal 244 15 301 17 135 0 30 442 127 50
Binary 10100100 1101 11000001 1111 1011101 0 11000 100100010 1010111 101000

Color Harmonies of #A40DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DC1

Black with #A40DC1

Text Example


Text Example

White with #A40DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DC1; }

 p { color: rgb(164,13,193); }

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

background-color css

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

 a { background-color: rgb(164,13,193); }

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

border-color css

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

 span { border-color: rgb(164,13,193); }

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