Html Css Color HEX #A3038B Dark Magenta

📋 copy color: '#A3038B'

red 163 ◦ green 3 ◦ blue 139

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

Shades of Dark Magenta #A3038B

Tints of Dark Magenta #A3038B

RGB

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

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

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

R = 53.44%
G = 0.98%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3038B (or 0xA3038B) is known color: Dark Magenta. HEX triplet: A3, 03 and 8B. RGB value is (163,3,139). Sum of RGB (Red+Green+Blue) = 163+3+139=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3038B is #5CFC74. Grayscale: #414141. Windows color (decimal): -6093941 or 9110435. OLE color: 9110435.

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

Color convert

RGB 163 3 139 -
CMYK 0 0.98 0.15 0.36
HSL 309º 0.96% 0.33% -
HSV(B) 309º 0.98% 0.64% -
XYZ 19.8 9.72 25.26 -
YUV 66.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 163 3 139 0 0.98 0.15 0.36 309 0.96 0.33
Hex A3 3 8B 0 62 F 24 135 60 21
Octal 243 3 213 0 142 17 44 465 140 41
Binary 10100011 11 10001011 0 1100010 1111 100100 100110101 1100000 100001

Color Harmonies of #A3038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3038B

Black with #A3038B

Text Example


Text Example

White with #A3038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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