Html Css Color HEX #A32098 Dark Magenta

📋 copy color: '#A32098'

red 163 ◦ green 32 ◦ blue 152

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

Shades of Dark Magenta #A32098

Tints of Dark Magenta #A32098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 46.97%
G = 9.22%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A32098 (or 0xA32098) is known color: Dark Magenta. HEX triplet: A3, 20 and 98. RGB value is (163,32,152). Sum of RGB (Red+Green+Blue) = 163+32+152=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A32098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32098 is #5CDF67. Grayscale: #545454. Windows color (decimal): -6086504 or 9969827. OLE color: 9969827.

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

Color convert

RGB 163 32 152 -
CMYK 0 0.80 0.07 0.36
HSL 305.04º 0.67% 0.38% -
HSV(B) 305.04º 0.8% 0.64% -
XYZ 21.29 11.09 30.72 -
YUV 84.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 163 32 152 0 0.80 0.07 0.36 305.04 0.67 0.38
Hex A3 20 98 0 50 7 24 131 43 26
Octal 243 40 230 0 120 7 44 461 103 46
Binary 10100011 100000 10011000 0 1010000 111 100100 100110001 1000011 100110

Color Harmonies of #A32098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32098

Black with #A32098

Text Example


Text Example

White with #A32098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32098; }

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

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

background-color css

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

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

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

border-color css

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

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

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