Html Css Color HEX #A004DF Dark Violet

📋 copy color: '#A004DF'

red 160 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #A004DF

Tints of Dark Violet #A004DF

RGB

 RED value IS 160 (62.89% from 255) = 41.34%

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 41.34%
G = 1.03%
B = 57.62%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A004DF (or 0xA004DF) is known color: Dark Violet. HEX triplet: A0, 04 and DF. RGB value is (160,4,223). Sum of RGB (Red+Green+Blue) = 160+4+223=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #A004DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004DF is #5FFB20. Grayscale: #4A4A4A. Windows color (decimal): -6290209 or 14615712. OLE color: 14615712.

HSL color Cylindrical-coordinate representation of color #A004DF: hue angle of 282.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004DF is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 4 223 -
CMYK 0.28 0.98 0 0.13
HSL 282.74º 0.96% 0.45% -
HSV(B) 282.74º 0.98% 0.87% -
XYZ 27.86 12.89 70.83 -
YUV 75.61 211.18 188.19 -
System Red Green Blue C M Y K H S L
Decimal 160 4 223 0.28 0.98 0 0.13 282.74 0.96 0.45
Hex A0 4 DF 1C 62 0 D 11B 60 2D
Octal 240 4 337 34 142 0 15 433 140 55
Binary 10100000 100 11011111 11100 1100010 0 1101 100011011 1100000 101101

Color Harmonies of #A004DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004DF

Black with #A004DF

Text Example


Text Example

White with #A004DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004DF; }

 p { color: rgb(160,4,223); }

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

background-color css

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

 a { background-color: rgb(160,4,223); }

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

border-color css

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

 span { border-color: rgb(160,4,223); }

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