Html Css Color HEX #A30999 Dark Magenta

📋 copy color: '#A30999'

red 163 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #A30999

Tints of Dark Magenta #A30999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

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

R = 50.15%
G = 2.77%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A30999 (or 0xA30999) is known color: Dark Magenta. HEX triplet: A3, 09 and 99. RGB value is (163,9,153). Sum of RGB (Red+Green+Blue) = 163+9+153=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A30999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30999 is #5CF666. Grayscale: #474747. Windows color (decimal): -6092391 or 10029475. OLE color: 10029475.

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

Color convert

RGB 163 9 153 -
CMYK 0 0.94 0.06 0.36
HSL 303.9º 0.9% 0.34% -
HSV(B) 303.9º 0.94% 0.64% -
XYZ 20.95 10.28 31.02 -
YUV 71.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 163 9 153 0 0.94 0.06 0.36 303.9 0.9 0.34
Hex A3 9 99 0 5E 6 24 130 5A 22
Octal 243 11 231 0 136 6 44 460 132 42
Binary 10100011 1001 10011001 0 1011110 110 100100 100110000 1011010 100010

Color Harmonies of #A30999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30999

Black with #A30999

Text Example


Text Example

White with #A30999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30999; }

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

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

background-color css

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

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

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

border-color css

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

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

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