Html Css Color HEX #A40DCE Dark Violet

📋 copy color: '#A40DCE'

red 164 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #A40DCE

Tints of Dark Violet #A40DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 42.82%
G = 3.39%
B = 53.79%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A40DCE (or 0xA40DCE) is known color: Dark Violet. HEX triplet: A4, 0D and CE. RGB value is (164,13,206). Sum of RGB (Red+Green+Blue) = 164+13+206=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #A40DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DCE is #5BF231. Grayscale: #4F4F4F. Windows color (decimal): -6025778 or 13503908. OLE color: 13503908.

HSL color Cylindrical-coordinate representation of color #A40DCE: hue angle of 286.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40DCE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 13 206 -
CMYK 0.20 0.94 0 0.19
HSL 286.94º 0.88% 0.43% -
HSV(B) 286.94º 0.94% 0.81% -
XYZ 26.59 12.64 59.43 -
YUV 80.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 164 13 206 0.20 0.94 0 0.19 286.94 0.88 0.43
Hex A4 D CE 14 5E 0 13 11F 58 2B
Octal 244 15 316 24 136 0 23 437 130 53
Binary 10100100 1101 11001110 10100 1011110 0 10011 100011111 1011000 101011

Color Harmonies of #A40DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DCE

Black with #A40DCE

Text Example


Text Example

White with #A40DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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