Html Css Color HEX #A204D5 Dark Violet

📋 copy color: '#A204D5'

red 162 ◦ green 4 ◦ blue 213

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

Shades of Dark Violet #A204D5

Tints of Dark Violet #A204D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.2%

R = 42.74%
G = 1.06%
B = 56.2%

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

#A204D5 (or 0xA204D5) is known color: Dark Violet. HEX triplet: A2, 04 and D5. RGB value is (162,4,213). Sum of RGB (Red+Green+Blue) = 162+4+213=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #A204D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204D5 is #5DFB2A. Grayscale: #4A4A4A. Windows color (decimal): -6159147 or 13960354. OLE color: 13960354.

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

Color convert

RGB 162 4 213 -
CMYK 0.24 0.98 0 0.16
HSL 285.36º 0.96% 0.43% -
HSV(B) 285.36º 0.98% 0.84% -
XYZ 26.95 12.57 63.96 -
YUV 75.07 205.85 190.01 -
System Red Green Blue C M Y K H S L
Decimal 162 4 213 0.24 0.98 0 0.16 285.36 0.96 0.43
Hex A2 4 D5 18 62 0 10 11D 60 2B
Octal 242 4 325 30 142 0 20 435 140 53
Binary 10100010 100 11010101 11000 1100010 0 10000 100011101 1100000 101011

Color Harmonies of #A204D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A204D5

Black with #A204D5

Text Example


Text Example

White with #A204D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A204D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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