Html Css Color HEX #A40CDC Dark Violet

📋 copy color: '#A40CDC'

red 164 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #A40CDC

Tints of Dark Violet #A40CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.03%

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

R = 41.41%
G = 3.03%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A40CDC (or 0xA40CDC) is known color: Dark Violet. HEX triplet: A4, 0C and DC. RGB value is (164,12,220). Sum of RGB (Red+Green+Blue) = 164+12+220=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #A40CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CDC is #5BF323. Grayscale: #505050. Windows color (decimal): -6026020 or 14421156. OLE color: 14421156.

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

Color convert

RGB 164 12 220 -
CMYK 0.25 0.95 0 0.14
HSL 283.85º 0.9% 0.45% -
HSV(B) 283.85º 0.95% 0.86% -
XYZ 28.36 13.32 68.79 -
YUV 81.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 164 12 220 0.25 0.95 0 0.14 283.85 0.9 0.45
Hex A4 C DC 19 5F 0 E 11C 5A 2D
Octal 244 14 334 31 137 0 16 434 132 55
Binary 10100100 1100 11011100 11001 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A40CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CDC

Black with #A40CDC

Text Example


Text Example

White with #A40CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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