Html Css Color HEX #A3038C Dark Magenta

📋 copy color: '#A3038C'

red 163 ◦ green 3 ◦ blue 140

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

Shades of Dark Magenta #A3038C

Tints of Dark Magenta #A3038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 53.27%
G = 0.98%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3038C (or 0xA3038C) is known color: Dark Magenta. HEX triplet: A3, 03 and 8C. RGB value is (163,3,140). Sum of RGB (Red+Green+Blue) = 163+3+140=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3038C is #5CFC73. Grayscale: #424242. Windows color (decimal): -6093940 or 9175971. OLE color: 9175971.

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

Color convert

RGB 163 3 140 -
CMYK 0 0.98 0.14 0.36
HSL 308.63º 0.96% 0.33% -
HSV(B) 308.63º 0.98% 0.64% -
XYZ 19.87 9.75 25.64 -
YUV 66.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 163 3 140 0 0.98 0.14 0.36 308.63 0.96 0.33
Hex A3 3 8C 0 62 E 24 135 60 21
Octal 243 3 214 0 142 16 44 465 140 41
Binary 10100011 11 10001100 0 1100010 1110 100100 100110101 1100000 100001

Color Harmonies of #A3038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3038C

Black with #A3038C

Text Example


Text Example

White with #A3038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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