Html Css Color HEX #A3138C Dark Magenta

📋 copy color: '#A3138C'

red 163 ◦ green 19 ◦ blue 140

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

Shades of Dark Magenta #A3138C

Tints of Dark Magenta #A3138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 50.62%
G = 5.9%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3138C (or 0xA3138C) is known color: Dark Magenta. HEX triplet: A3, 13 and 8C. RGB value is (163,19,140). Sum of RGB (Red+Green+Blue) = 163+19+140=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3138C is #5CEC73. Grayscale: #4B4B4B. Windows color (decimal): -6089844 or 9180067. OLE color: 9180067.

HSL color Cylindrical-coordinate representation of color #A3138C: hue angle of 309.58º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3138C is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 140 -
CMYK 0 0.88 0.14 0.36
HSL 309.58º 0.79% 0.36% -
HSV(B) 309.58º 0.88% 0.64% -
XYZ 20.07 10.15 25.71 -
YUV 75.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 163 19 140 0 0.88 0.14 0.36 309.58 0.79 0.36
Hex A3 13 8C 0 58 E 24 136 4F 24
Octal 243 23 214 0 130 16 44 466 117 44
Binary 10100011 10011 10001100 0 1011000 1110 100100 100110110 1001111 100100

Color Harmonies of #A3138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3138C

Black with #A3138C

Text Example


Text Example

White with #A3138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3138C; }

 p { color: rgb(163,19,140); }

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

background-color css

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

 a { background-color: rgb(163,19,140); }

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

border-color css

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

 span { border-color: rgb(163,19,140); }

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