Html Css Color HEX #A31099 Dark Magenta

📋 copy color: '#A31099'

red 163 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #A31099

Tints of Dark Magenta #A31099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.82%

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

R = 49.1%
G = 4.82%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A31099 (or 0xA31099) is known color: Dark Magenta. HEX triplet: A3, 10 and 99. RGB value is (163,16,153). Sum of RGB (Red+Green+Blue) = 163+16+153=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31099 is #5CEF66. Grayscale: #4B4B4B. Windows color (decimal): -6090599 or 10031267. OLE color: 10031267.

HSL color Cylindrical-coordinate representation of color #A31099: hue angle of 304.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31099 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 153 -
CMYK 0 0.90 0.06 0.36
HSL 304.08º 0.82% 0.35% -
HSV(B) 304.08º 0.9% 0.64% -
XYZ 21.04 10.46 31.05 -
YUV 75.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 163 16 153 0 0.90 0.06 0.36 304.08 0.82 0.35
Hex A3 10 99 0 5A 6 24 130 52 23
Octal 243 20 231 0 132 6 44 460 122 43
Binary 10100011 10000 10011001 0 1011010 110 100100 100110000 1010010 100011

Color Harmonies of #A31099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31099

Black with #A31099

Text Example


Text Example

White with #A31099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31099; }

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

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

background-color css

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

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

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

border-color css

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

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

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