Html Css Color HEX #A204CD Dark Violet

📋 copy color: '#A204CD'

red 162 ◦ green 4 ◦ blue 205

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

Shades of Dark Violet #A204CD

Tints of Dark Violet #A204CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 43.67%
G = 1.08%
B = 55.26%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A204CD (or 0xA204CD) is known color: Dark Violet. HEX triplet: A2, 04 and CD. RGB value is (162,4,205). Sum of RGB (Red+Green+Blue) = 162+4+205=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #A204CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204CD is #5DFB32. Grayscale: #494949. Windows color (decimal): -6159155 or 13436066. OLE color: 13436066.

HSL color Cylindrical-coordinate representation of color #A204CD: hue angle of 287.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204CD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 4 205 -
CMYK 0.21 0.98 0 0.20
HSL 287.16º 0.96% 0.41% -
HSV(B) 287.16º 0.98% 0.8% -
XYZ 25.96 12.18 58.74 -
YUV 74.16 201.85 190.66 -
System Red Green Blue C M Y K H S L
Decimal 162 4 205 0.21 0.98 0 0.20 287.16 0.96 0.41
Hex A2 4 CD 15 62 0 14 11F 60 29
Octal 242 4 315 25 142 0 24 437 140 51
Binary 10100010 100 11001101 10101 1100010 0 10100 100011111 1100000 101001

Color Harmonies of #A204CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A204CD

Black with #A204CD

Text Example


Text Example

White with #A204CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A204CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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