Html Css Color HEX #A204DD Dark Violet

📋 copy color: '#A204DD'

red 162 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #A204DD

Tints of Dark Violet #A204DD

RGB

 RED value IS 162 (63.67% from 255) = 41.86%

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

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

R = 41.86%
G = 1.03%
B = 57.11%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A204DD (or 0xA204DD) is known color: Dark Violet. HEX triplet: A2, 04 and DD. RGB value is (162,4,221). Sum of RGB (Red+Green+Blue) = 162+4+221=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #A204DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204DD is #5DFB22. Grayscale: #4B4B4B. Windows color (decimal): -6159139 or 14484642. OLE color: 14484642.

HSL color Cylindrical-coordinate representation of color #A204DD: hue angle of 283.69º 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 #A204DD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 4 221 -
CMYK 0.27 0.98 0 0.13
HSL 283.69º 0.96% 0.44% -
HSV(B) 283.69º 0.98% 0.87% -
XYZ 27.99 12.99 69.44 -
YUV 75.98 209.85 189.36 -
System Red Green Blue C M Y K H S L
Decimal 162 4 221 0.27 0.98 0 0.13 283.69 0.96 0.44
Hex A2 4 DD 1B 62 0 D 11C 60 2C
Octal 242 4 335 33 142 0 15 434 140 54
Binary 10100010 100 11011101 11011 1100010 0 1101 100011100 1100000 101100

Color Harmonies of #A204DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A204DD

Black with #A204DD

Text Example


Text Example

White with #A204DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A204DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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