Html Css Color HEX #A3078A Dark Magenta

📋 copy color: '#A3078A'

red 163 ◦ green 7 ◦ blue 138

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

Shades of Dark Magenta #A3078A

Tints of Dark Magenta #A3078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 52.92%
G = 2.27%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3078A (or 0xA3078A) is known color: Dark Magenta. HEX triplet: A3, 07 and 8A. RGB value is (163,7,138). Sum of RGB (Red+Green+Blue) = 163+7+138=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3078A is #5CF875. Grayscale: #444444. Windows color (decimal): -6092918 or 9045923. OLE color: 9045923.

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

Color convert

RGB 163 7 138 -
CMYK 0 0.96 0.15 0.36
HSL 309.62º 0.92% 0.33% -
HSV(B) 309.62º 0.96% 0.64% -
XYZ 19.77 9.77 24.89 -
YUV 68.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 163 7 138 0 0.96 0.15 0.36 309.62 0.92 0.33
Hex A3 7 8A 0 60 F 24 136 5C 21
Octal 243 7 212 0 140 17 44 466 134 41
Binary 10100011 111 10001010 0 1100000 1111 100100 100110110 1011100 100001

Color Harmonies of #A3078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3078A

Black with #A3078A

Text Example


Text Example

White with #A3078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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