Html Css Color HEX #A40188 Dark Magenta

📋 copy color: '#A40188'

red 164 ◦ green 1 ◦ blue 136

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

Shades of Dark Magenta #A40188

Tints of Dark Magenta #A40188

RGB

 RED value IS 164 (64.45% from 255) = 54.49%

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

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 54.49%
G = 0.33%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A40188 (or 0xA40188) is known color: Dark Magenta. HEX triplet: A4, 01 and 88. RGB value is (164,1,136). Sum of RGB (Red+Green+Blue) = 164+1+136=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A40188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40188 is #5BFE77. Grayscale: #404040. Windows color (decimal): -6028920 or 8913316. OLE color: 8913316.

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

Color convert

RGB 164 1 136 -
CMYK 0 0.99 0.17 0.36
HSL 310.31º 0.99% 0.32% -
HSV(B) 310.31º 0.99% 0.64% -
XYZ 19.76 9.69 24.12 -
YUV 65.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 164 1 136 0 0.99 0.17 0.36 310.31 0.99 0.32
Hex A4 1 88 0 63 11 24 136 63 20
Octal 244 1 210 0 143 21 44 466 143 40
Binary 10100100 1 10001000 0 1100011 10001 100100 100110110 1100011 100000

Color Harmonies of #A40188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40188

Black with #A40188

Text Example


Text Example

White with #A40188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40188; }

 p { color: rgb(164,1,136); }

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

background-color css

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

 a { background-color: rgb(164,1,136); }

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

border-color css

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

 span { border-color: rgb(164,1,136); }

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