Html Css Color HEX #A2078B Dark Magenta

📋 copy color: '#A2078B'

red 162 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #A2078B

Tints of Dark Magenta #A2078B

RGB

 RED value IS 162 (63.67% from 255) = 52.6%

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

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

R = 52.6%
G = 2.27%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2078B (or 0xA2078B) is known color: Dark Magenta. HEX triplet: A2, 07 and 8B. RGB value is (162,7,139). Sum of RGB (Red+Green+Blue) = 162+7+139=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2078B is #5DF874. Grayscale: #444444. Windows color (decimal): -6158453 or 9111458. OLE color: 9111458.

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

Color convert

RGB 162 7 139 -
CMYK 0 0.96 0.14 0.36
HSL 308.9º 0.92% 0.33% -
HSV(B) 308.9º 0.96% 0.64% -
XYZ 19.64 9.7 25.26 -
YUV 68.39 167.85 194.77 -
System Red Green Blue C M Y K H S L
Decimal 162 7 139 0 0.96 0.14 0.36 308.9 0.92 0.33
Hex A2 7 8B 0 60 E 24 135 5C 21
Octal 242 7 213 0 140 16 44 465 134 41
Binary 10100010 111 10001011 0 1100000 1110 100100 100110101 1011100 100001

Color Harmonies of #A2078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2078B

Black with #A2078B

Text Example


Text Example

White with #A2078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2078B; }

 p { color: rgb(162,7,139); }

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

background-color css

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

 a { background-color: rgb(162,7,139); }

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

border-color css

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

 span { border-color: rgb(162,7,139); }

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