Html Css Color HEX #A40FCD Dark Violet

📋 copy color: '#A40FCD'

red 164 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #A40FCD

Tints of Dark Violet #A40FCD

RGB

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

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

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

R = 42.71%
G = 3.91%
B = 53.39%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A40FCD (or 0xA40FCD) is known color: Dark Violet. HEX triplet: A4, 0F and CD. RGB value is (164,15,205). Sum of RGB (Red+Green+Blue) = 164+15+205=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #A40FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FCD is #5BF032. Grayscale: #505050. Windows color (decimal): -6025267 or 13438884. OLE color: 13438884.

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

Color convert

RGB 164 15 205 -
CMYK 0.2 0.93 0 0.20
HSL 287.05º 0.86% 0.43% -
HSV(B) 287.05º 0.93% 0.8% -
XYZ 26.5 12.64 58.8 -
YUV 81.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 164 15 205 0.2 0.93 0 0.20 287.05 0.86 0.43
Hex A4 F CD 14 5D 0 14 11F 56 2B
Octal 244 17 315 24 135 0 24 437 126 53
Binary 10100100 1111 11001101 10100 1011101 0 10100 100011111 1010110 101011

Color Harmonies of #A40FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FCD

Black with #A40FCD

Text Example


Text Example

White with #A40FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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