Html Css Color HEX #A30A99 Dark Magenta

📋 copy color: '#A30A99'

red 163 ◦ green 10 ◦ blue 153

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

Shades of Dark Magenta #A30A99

Tints of Dark Magenta #A30A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

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

R = 50%
G = 3.07%
B = 46.93%

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

#A30A99 (or 0xA30A99) is known color: Dark Magenta. HEX triplet: A3, 0A and 99. RGB value is (163,10,153). Sum of RGB (Red+Green+Blue) = 163+10+153=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30A99 is #5CF566. Grayscale: #474747. Windows color (decimal): -6092135 or 10029731. OLE color: 10029731.

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

Color convert

RGB 163 10 153 -
CMYK 0 0.94 0.06 0.36
HSL 303.92º 0.88% 0.34% -
HSV(B) 303.92º 0.94% 0.64% -
XYZ 20.96 10.3 31.02 -
YUV 72.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 163 10 153 0 0.94 0.06 0.36 303.92 0.88 0.34
Hex A3 A 99 0 5E 6 24 130 58 22
Octal 243 12 231 0 136 6 44 460 130 42
Binary 10100011 1010 10011001 0 1011110 110 100100 100110000 1011000 100010

Color Harmonies of #A30A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30A99

Black with #A30A99

Text Example


Text Example

White with #A30A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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