Html Css Color HEX #A32080 Dark Purple

📋 copy color: '#A32080'

red 163 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #A32080

Tints of Dark Purple #A32080

RGB

 RED value IS 163 (64.06% from 255) = 50.46%

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

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

R = 50.46%
G = 9.91%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A32080 (or 0xA32080) is known color: Dark Purple. HEX triplet: A3, 20 and 80. RGB value is (163,32,128). Sum of RGB (Red+Green+Blue) = 163+32+128=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A32080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32080 is #5CDF7F. Grayscale: #515151. Windows color (decimal): -6086528 or 8396963. OLE color: 8396963.

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

Color convert

RGB 163 32 128 -
CMYK 0 0.80 0.21 0.36
HSL 316.03º 0.67% 0.38% -
HSV(B) 316.03º 0.8% 0.64% -
XYZ 19.52 10.38 21.4 -
YUV 82.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 163 32 128 0 0.80 0.21 0.36 316.03 0.67 0.38
Hex A3 20 80 0 50 15 24 13C 43 26
Octal 243 40 200 0 120 25 44 474 103 46
Binary 10100011 100000 10000000 0 1010000 10101 100100 100111100 1000011 100110

Color Harmonies of #A32080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32080

Black with #A32080

Text Example


Text Example

White with #A32080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32080; }

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

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

background-color css

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

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

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

border-color css

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

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

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