Html Css Color HEX #A40DCD Dark Violet

📋 copy color: '#A40DCD'

red 164 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #A40DCD

Tints of Dark Violet #A40DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 42.93%
G = 3.4%
B = 53.66%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A40DCD (or 0xA40DCD) is known color: Dark Violet. HEX triplet: A4, 0D and CD. RGB value is (164,13,205). Sum of RGB (Red+Green+Blue) = 164+13+205=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #A40DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DCD is #5BF232. Grayscale: #4F4F4F. Windows color (decimal): -6025779 or 13438372. OLE color: 13438372.

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

Color convert

RGB 164 13 205 -
CMYK 0.2 0.94 0 0.20
HSL 287.19º 0.88% 0.43% -
HSV(B) 287.19º 0.94% 0.8% -
XYZ 26.47 12.59 58.79 -
YUV 80.04 198.53 187.89 -
System Red Green Blue C M Y K H S L
Decimal 164 13 205 0.2 0.94 0 0.20 287.19 0.88 0.43
Hex A4 D CD 14 5E 0 14 11F 58 2B
Octal 244 15 315 24 136 0 24 437 130 53
Binary 10100100 1101 11001101 10100 1011110 0 10100 100011111 1011000 101011

Color Harmonies of #A40DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40DCD

Black with #A40DCD

Text Example


Text Example

White with #A40DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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