Html Css Color HEX #A32099 Dark Magenta

📋 copy color: '#A32099'

red 163 ◦ green 32 ◦ blue 153

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

Shades of Dark Magenta #A32099

Tints of Dark Magenta #A32099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 46.84%
G = 9.2%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A32099 (or 0xA32099) is known color: Dark Magenta. HEX triplet: A3, 20 and 99. RGB value is (163,32,153). Sum of RGB (Red+Green+Blue) = 163+32+153=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A32099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32099 is #5CDF66. Grayscale: #545454. Windows color (decimal): -6086503 or 10035363. OLE color: 10035363.

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

Color convert

RGB 163 32 153 -
CMYK 0 0.80 0.06 0.36
HSL 304.58º 0.67% 0.38% -
HSV(B) 304.58º 0.8% 0.64% -
XYZ 21.37 11.12 31.16 -
YUV 84.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 163 32 153 0 0.80 0.06 0.36 304.58 0.67 0.38
Hex A3 20 99 0 50 6 24 131 43 26
Octal 243 40 231 0 120 6 44 461 103 46
Binary 10100011 100000 10011001 0 1010000 110 100100 100110001 1000011 100110

Color Harmonies of #A32099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32099

Black with #A32099

Text Example


Text Example

White with #A32099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32099; }

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

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

background-color css

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

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

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

border-color css

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

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

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