Html Css Color HEX #A40FDC Dark Violet

📋 copy color: '#A40FDC'

red 164 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #A40FDC

Tints of Dark Violet #A40FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.76%

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

R = 41.1%
G = 3.76%
B = 55.14%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A40FDC (or 0xA40FDC) is known color: Dark Violet. HEX triplet: A4, 0F and DC. RGB value is (164,15,220). Sum of RGB (Red+Green+Blue) = 164+15+220=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #A40FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FDC is #5BF023. Grayscale: #525252. Windows color (decimal): -6025252 or 14421924. OLE color: 14421924.

HSL color Cylindrical-coordinate representation of color #A40FDC: hue angle of 283.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FDC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 15 220 -
CMYK 0.25 0.93 0 0.14
HSL 283.61º 0.87% 0.46% -
HSV(B) 283.61º 0.93% 0.86% -
XYZ 28.4 13.4 68.8 -
YUV 82.92 205.36 185.83 -
System Red Green Blue C M Y K H S L
Decimal 164 15 220 0.25 0.93 0 0.14 283.61 0.87 0.46
Hex A4 F DC 19 5D 0 E 11C 57 2E
Octal 244 17 334 31 135 0 16 434 127 56
Binary 10100100 1111 11011100 11001 1011101 0 1110 100011100 1010111 101110

Color Harmonies of #A40FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FDC

Black with #A40FDC

Text Example


Text Example

White with #A40FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FDC; }

 p { color: rgb(164,15,220); }

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

background-color css

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

 a { background-color: rgb(164,15,220); }

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

border-color css

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

 span { border-color: rgb(164,15,220); }

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