Html Css Color HEX #A4208D Dark Purple

📋 copy color: '#A4208D'

red 164 ◦ green 32 ◦ blue 141

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

Shades of Dark Purple #A4208D

Tints of Dark Purple #A4208D

RGB

 RED value IS 164 (64.45% from 255) = 48.66%

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 48.66%
G = 9.5%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4208D (or 0xA4208D) is known color: Dark Purple. HEX triplet: A4, 20 and 8D. RGB value is (164,32,141). Sum of RGB (Red+Green+Blue) = 164+32+141=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4208D is #5BDF72. Grayscale: #535353. Windows color (decimal): -6020979 or 9248932. OLE color: 9248932.

HSL color Cylindrical-coordinate representation of color #A4208D: hue angle of 310.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4208D is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 141 -
CMYK 0 0.80 0.14 0.36
HSL 310.45º 0.67% 0.38% -
HSV(B) 310.45º 0.8% 0.64% -
XYZ 20.63 10.85 26.21 -
YUV 83.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 164 32 141 0 0.80 0.14 0.36 310.45 0.67 0.38
Hex A4 20 8D 0 50 E 24 136 43 26
Octal 244 40 215 0 120 16 44 466 103 46
Binary 10100100 100000 10001101 0 1010000 1110 100100 100110110 1000011 100110

Color Harmonies of #A4208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4208D

Black with #A4208D

Text Example


Text Example

White with #A4208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4208D; }

 p { color: rgb(164,32,141); }

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

background-color css

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

 a { background-color: rgb(164,32,141); }

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

border-color css

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

 span { border-color: rgb(164,32,141); }

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