Html Css Color HEX #A3099F Dark Magenta

📋 copy color: '#A3099F'

red 163 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #A3099F

Tints of Dark Magenta #A3099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 49.24%
G = 2.72%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3099F (or 0xA3099F) is known color: Dark Magenta. HEX triplet: A3, 09 and 9F. RGB value is (163,9,159). Sum of RGB (Red+Green+Blue) = 163+9+159=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A3099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3099F is #5CF660. Grayscale: #474747. Windows color (decimal): -6092385 or 10422691. OLE color: 10422691.

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

Color convert

RGB 163 9 159 -
CMYK 0 0.94 0.02 0.36
HSL 301.56º 0.9% 0.34% -
HSV(B) 301.56º 0.94% 0.64% -
XYZ 21.46 10.49 33.69 -
YUV 72.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 163 9 159 0 0.94 0.02 0.36 301.56 0.9 0.34
Hex A3 9 9F 0 5E 2 24 12E 5A 22
Octal 243 11 237 0 136 2 44 456 132 42
Binary 10100011 1001 10011111 0 1011110 10 100100 100101110 1011010 100010

Color Harmonies of #A3099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3099F

Black with #A3099F

Text Example


Text Example

White with #A3099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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