Html Css Color HEX #A2018B Dark Magenta

📋 copy color: '#A2018B'

red 162 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #A2018B

Tints of Dark Magenta #A2018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 53.64%
G = 0.33%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2018B (or 0xA2018B) is known color: Dark Magenta. HEX triplet: A2, 01 and 8B. RGB value is (162,1,139). Sum of RGB (Red+Green+Blue) = 162+1+139=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2018B is #5DFE74. Grayscale: #404040. Windows color (decimal): -6159989 or 9109922. OLE color: 9109922.

HSL color Cylindrical-coordinate representation of color #A2018B: hue angle of 308.57º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2018B is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 139 -
CMYK 0 0.99 0.14 0.36
HSL 308.57º 0.99% 0.32% -
HSV(B) 308.57º 0.99% 0.64% -
XYZ 19.57 9.57 25.24 -
YUV 64.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 162 1 139 0 0.99 0.14 0.36 308.57 0.99 0.32
Hex A2 1 8B 0 63 E 24 135 63 20
Octal 242 1 213 0 143 16 44 465 143 40
Binary 10100010 1 10001011 0 1100011 1110 100100 100110101 1100011 100000

Color Harmonies of #A2018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2018B

Black with #A2018B

Text Example


Text Example

White with #A2018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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