Html Css Color HEX #A2188F Dark Magenta

📋 copy color: '#A2188F'

red 162 ◦ green 24 ◦ blue 143

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

Shades of Dark Magenta #A2188F

Tints of Dark Magenta #A2188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 49.24%
G = 7.29%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2188F (or 0xA2188F) is known color: Dark Magenta. HEX triplet: A2, 18 and 8F. RGB value is (162,24,143). Sum of RGB (Red+Green+Blue) = 162+24+143=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2188F is #5DE770. Grayscale: #4E4E4E. Windows color (decimal): -6154097 or 9377954. OLE color: 9377954.

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

Color convert

RGB 162 24 143 -
CMYK 0 0.85 0.12 0.36
HSL 308.26º 0.74% 0.36% -
HSV(B) 308.26º 0.85% 0.64% -
XYZ 20.18 10.32 26.91 -
YUV 78.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 162 24 143 0 0.85 0.12 0.36 308.26 0.74 0.36
Hex A2 18 8F 0 55 C 24 134 4A 24
Octal 242 30 217 0 125 14 44 464 112 44
Binary 10100010 11000 10001111 0 1010101 1100 100100 100110100 1001010 100100

Color Harmonies of #A2188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2188F

Black with #A2188F

Text Example


Text Example

White with #A2188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2188F; }

 p { color: rgb(162,24,143); }

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

background-color css

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

 a { background-color: rgb(162,24,143); }

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

border-color css

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

 span { border-color: rgb(162,24,143); }

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