Html Css Color HEX #A3098B Dark Magenta

📋 copy color: '#A3098B'

red 163 ◦ green 9 ◦ blue 139

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

Shades of Dark Magenta #A3098B

Tints of Dark Magenta #A3098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 52.41%
G = 2.89%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3098B (or 0xA3098B) is known color: Dark Magenta. HEX triplet: A3, 09 and 8B. RGB value is (163,9,139). Sum of RGB (Red+Green+Blue) = 163+9+139=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3098B is #5CF674. Grayscale: #454545. Windows color (decimal): -6092405 or 9111971. OLE color: 9111971.

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

Color convert

RGB 163 9 139 -
CMYK 0 0.94 0.15 0.36
HSL 309.35º 0.9% 0.34% -
HSV(B) 309.35º 0.94% 0.64% -
XYZ 19.86 9.85 25.28 -
YUV 69.87 167.02 194.43 -
System Red Green Blue C M Y K H S L
Decimal 163 9 139 0 0.94 0.15 0.36 309.35 0.9 0.34
Hex A3 9 8B 0 5E F 24 135 5A 22
Octal 243 11 213 0 136 17 44 465 132 42
Binary 10100011 1001 10001011 0 1011110 1111 100100 100110101 1011010 100010

Color Harmonies of #A3098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3098B

Black with #A3098B

Text Example


Text Example

White with #A3098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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