Html Css Color HEX #A3089D Dark Magenta

📋 copy color: '#A3089D'

red 163 ◦ green 8 ◦ blue 157

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

Shades of Dark Magenta #A3089D

Tints of Dark Magenta #A3089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 49.7%
G = 2.44%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3089D (or 0xA3089D) is known color: Dark Magenta. HEX triplet: A3, 08 and 9D. RGB value is (163,8,157). Sum of RGB (Red+Green+Blue) = 163+8+157=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3089D is #5CF762. Grayscale: #464646. Windows color (decimal): -6092643 or 10291363. OLE color: 10291363.

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

Color convert

RGB 163 8 157 -
CMYK 0 0.95 0.04 0.36
HSL 302.32º 0.91% 0.34% -
HSV(B) 302.32º 0.95% 0.64% -
XYZ 21.28 10.39 32.78 -
YUV 71.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 163 8 157 0 0.95 0.04 0.36 302.32 0.91 0.34
Hex A3 8 9D 0 5F 4 24 12E 5B 22
Octal 243 10 235 0 137 4 44 456 133 42
Binary 10100011 1000 10011101 0 1011111 100 100100 100101110 1011011 100010

Color Harmonies of #A3089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3089D

Black with #A3089D

Text Example


Text Example

White with #A3089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3089D; }

 p { color: rgb(163,8,157); }

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

background-color css

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

 a { background-color: rgb(163,8,157); }

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

border-color css

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

 span { border-color: rgb(163,8,157); }

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