Html Css Color HEX #A32189 Dark Purple

📋 copy color: '#A32189'

red 163 ◦ green 33 ◦ blue 137

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

Shades of Dark Purple #A32189

Tints of Dark Purple #A32189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 48.95%
G = 9.91%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A32189 (or 0xA32189) is known color: Dark Purple. HEX triplet: A3, 21 and 89. RGB value is (163,33,137). Sum of RGB (Red+Green+Blue) = 163+33+137=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A32189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32189 is #5CDE76. Grayscale: #535353. Windows color (decimal): -6086263 or 8987043. OLE color: 8987043.

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

Color convert

RGB 163 33 137 -
CMYK 0 0.80 0.16 0.36
HSL 312º 0.66% 0.38% -
HSV(B) 312º 0.8% 0.64% -
XYZ 20.16 10.68 24.67 -
YUV 83.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 163 33 137 0 0.80 0.16 0.36 312 0.66 0.38
Hex A3 21 89 0 50 10 24 138 42 26
Octal 243 41 211 0 120 20 44 470 102 46
Binary 10100011 100001 10001001 0 1010000 10000 100100 100111000 1000010 100110

Color Harmonies of #A32189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32189

Black with #A32189

Text Example


Text Example

White with #A32189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32189; }

 p { color: rgb(163,33,137); }

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

background-color css

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

 a { background-color: rgb(163,33,137); }

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

border-color css

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

 span { border-color: rgb(163,33,137); }

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