Html Css Color HEX #A3078D Dark Magenta

📋 copy color: '#A3078D'

red 163 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #A3078D

Tints of Dark Magenta #A3078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 52.41%
G = 2.25%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3078D (or 0xA3078D) is known color: Dark Magenta. HEX triplet: A3, 07 and 8D. RGB value is (163,7,141). Sum of RGB (Red+Green+Blue) = 163+7+141=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3078D is #5CF872. Grayscale: #444444. Windows color (decimal): -6092915 or 9242531. OLE color: 9242531.

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

Color convert

RGB 163 7 141 -
CMYK 0 0.96 0.13 0.36
HSL 308.46º 0.92% 0.33% -
HSV(B) 308.46º 0.96% 0.64% -
XYZ 19.99 9.86 26.05 -
YUV 68.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 163 7 141 0 0.96 0.13 0.36 308.46 0.92 0.33
Hex A3 7 8D 0 60 D 24 134 5C 21
Octal 243 7 215 0 140 15 44 464 134 41
Binary 10100011 111 10001101 0 1100000 1101 100100 100110100 1011100 100001

Color Harmonies of #A3078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3078D

Black with #A3078D

Text Example


Text Example

White with #A3078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3078D; }

 p { color: rgb(163,7,141); }

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

background-color css

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

 a { background-color: rgb(163,7,141); }

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

border-color css

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

 span { border-color: rgb(163,7,141); }

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