Html Css Color HEX #A42080 Dark Purple

📋 copy color: '#A42080'

red 164 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #A42080

Tints of Dark Purple #A42080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 50.62%
G = 9.88%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A42080 (or 0xA42080) is known color: Dark Purple. HEX triplet: A4, 20 and 80. RGB value is (164,32,128). Sum of RGB (Red+Green+Blue) = 164+32+128=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A42080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42080 is #5BDF7F. Grayscale: #525252. Windows color (decimal): -6020992 or 8396964. OLE color: 8396964.

HSL color Cylindrical-coordinate representation of color #A42080: hue angle of 316.36º 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 #A42080 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 128 -
CMYK 0 0.80 0.22 0.36
HSL 316.36º 0.67% 0.38% -
HSV(B) 316.36º 0.8% 0.64% -
XYZ 19.72 10.48 21.41 -
YUV 82.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 164 32 128 0 0.80 0.22 0.36 316.36 0.67 0.38
Hex A4 20 80 0 50 16 24 13C 43 26
Octal 244 40 200 0 120 26 44 474 103 46
Binary 10100100 100000 10000000 0 1010000 10110 100100 100111100 1000011 100110

Color Harmonies of #A42080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42080

Black with #A42080

Text Example


Text Example

White with #A42080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42080; }

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

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

background-color css

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

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

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

border-color css

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

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

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