Html Css Color HEX #A004DD Dark Violet

📋 copy color: '#A004DD'

red 160 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #A004DD

Tints of Dark Violet #A004DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 41.56%
G = 1.04%
B = 57.4%

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

#A004DD (or 0xA004DD) is known color: Dark Violet. HEX triplet: A0, 04 and DD. RGB value is (160,4,221). Sum of RGB (Red+Green+Blue) = 160+4+221=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #A004DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004DD is #5FFB22. Grayscale: #4A4A4A. Windows color (decimal): -6290211 or 14484640. OLE color: 14484640.

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

Color convert

RGB 160 4 221 -
CMYK 0.28 0.98 0 0.13
HSL 283.13º 0.96% 0.44% -
HSV(B) 283.13º 0.98% 0.87% -
XYZ 27.59 12.78 69.42 -
YUV 75.38 210.18 188.36 -
System Red Green Blue C M Y K H S L
Decimal 160 4 221 0.28 0.98 0 0.13 283.13 0.96 0.44
Hex A0 4 DD 1C 62 0 D 11B 60 2C
Octal 240 4 335 34 142 0 15 433 140 54
Binary 10100000 100 11011101 11100 1100010 0 1101 100011011 1100000 101100

Color Harmonies of #A004DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004DD

Black with #A004DD

Text Example


Text Example

White with #A004DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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