Html Css Color HEX #A204D6 Dark Violet

📋 copy color: '#A204D6'

red 162 ◦ green 4 ◦ blue 214

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

Shades of Dark Violet #A204D6

Tints of Dark Violet #A204D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.32%

R = 42.63%
G = 1.05%
B = 56.32%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A204D6 (or 0xA204D6) is known color: Dark Violet. HEX triplet: A2, 04 and D6. RGB value is (162,4,214). Sum of RGB (Red+Green+Blue) = 162+4+214=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #A204D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204D6 is #5DFB29. Grayscale: #4A4A4A. Windows color (decimal): -6159146 or 14025890. OLE color: 14025890.

HSL color Cylindrical-coordinate representation of color #A204D6: hue angle of 285.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204D6 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 4 214 -
CMYK 0.24 0.98 0 0.16
HSL 285.14º 0.96% 0.43% -
HSV(B) 285.14º 0.98% 0.84% -
XYZ 27.08 12.62 64.63 -
YUV 75.18 206.35 189.92 -
System Red Green Blue C M Y K H S L
Decimal 162 4 214 0.24 0.98 0 0.16 285.14 0.96 0.43
Hex A2 4 D6 18 62 0 10 11D 60 2B
Octal 242 4 326 30 142 0 20 435 140 53
Binary 10100010 100 11010110 11000 1100010 0 10000 100011101 1100000 101011

Color Harmonies of #A204D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A204D6

Black with #A204D6

Text Example


Text Example

White with #A204D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A204D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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