Html Css Color HEX #A40CDF Dark Violet

📋 copy color: '#A40CDF'

red 164 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #A40CDF

Tints of Dark Violet #A40CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 41.1%
G = 3.01%
B = 55.89%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A40CDF (or 0xA40CDF) is known color: Dark Violet. HEX triplet: A4, 0C and DF. RGB value is (164,12,223). Sum of RGB (Red+Green+Blue) = 164+12+223=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #A40CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CDF is #5BF320. Grayscale: #505050. Windows color (decimal): -6026017 or 14617764. OLE color: 14617764.

HSL color Cylindrical-coordinate representation of color #A40CDF: hue angle of 283.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CDF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 12 223 -
CMYK 0.26 0.95 0 0.13
HSL 283.22º 0.9% 0.46% -
HSV(B) 283.22º 0.95% 0.87% -
XYZ 28.76 13.48 70.9 -
YUV 81.5 207.86 186.84 -
System Red Green Blue C M Y K H S L
Decimal 164 12 223 0.26 0.95 0 0.13 283.22 0.9 0.46
Hex A4 C DF 1A 5F 0 D 11B 5A 2E
Octal 244 14 337 32 137 0 15 433 132 56
Binary 10100100 1100 11011111 11010 1011111 0 1101 100011011 1011010 101110

Color Harmonies of #A40CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CDF

Black with #A40CDF

Text Example


Text Example

White with #A40CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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