Html Css Color HEX #A40CCD Dark Violet

📋 copy color: '#A40CCD'

red 164 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #A40CCD

Tints of Dark Violet #A40CCD

RGB

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

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

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

R = 43.04%
G = 3.15%
B = 53.81%

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

#A40CCD (or 0xA40CCD) is known color: Dark Violet. HEX triplet: A4, 0C and CD. RGB value is (164,12,205). Sum of RGB (Red+Green+Blue) = 164+12+205=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #A40CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CCD is #5BF332. Grayscale: #4E4E4E. Windows color (decimal): -6026035 or 13438116. OLE color: 13438116.

HSL color Cylindrical-coordinate representation of color #A40CCD: hue angle of 287.25º degrees, saturation: 0.89, 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 #A40CCD is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 12 205 -
CMYK 0.2 0.94 0 0.20
HSL 287.25º 0.89% 0.43% -
HSV(B) 287.25º 0.94% 0.8% -
XYZ 26.46 12.56 58.79 -
YUV 79.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 164 12 205 0.2 0.94 0 0.20 287.25 0.89 0.43
Hex A4 C CD 14 5E 0 14 11F 59 2B
Octal 244 14 315 24 136 0 24 437 131 53
Binary 10100100 1100 11001101 10100 1011110 0 10100 100011111 1011001 101011

Color Harmonies of #A40CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CCD

Black with #A40CCD

Text Example


Text Example

White with #A40CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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