Html Css Color HEX #A2078A Dark Magenta

📋 copy color: '#A2078A'

red 162 ◦ green 7 ◦ blue 138

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

Shades of Dark Magenta #A2078A

Tints of Dark Magenta #A2078A

RGB

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

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

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

R = 52.77%
G = 2.28%
B = 44.95%

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

#A2078A (or 0xA2078A) is known color: Dark Magenta. HEX triplet: A2, 07 and 8A. RGB value is (162,7,138). Sum of RGB (Red+Green+Blue) = 162+7+138=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2078A is #5DF875. Grayscale: #434343. Windows color (decimal): -6158454 or 9045922. OLE color: 9045922.

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

Color convert

RGB 162 7 138 -
CMYK 0 0.96 0.15 0.36
HSL 309.29º 0.92% 0.33% -
HSV(B) 309.29º 0.96% 0.64% -
XYZ 19.56 9.67 24.88 -
YUV 68.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 162 7 138 0 0.96 0.15 0.36 309.29 0.92 0.33
Hex A2 7 8A 0 60 F 24 135 5C 21
Octal 242 7 212 0 140 17 44 465 134 41
Binary 10100010 111 10001010 0 1100000 1111 100100 100110101 1011100 100001

Color Harmonies of #A2078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2078A

Black with #A2078A

Text Example


Text Example

White with #A2078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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