Html Css Color HEX #A40198 Dark Magenta

📋 copy color: '#A40198'

red 164 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #A40198

Tints of Dark Magenta #A40198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 51.74%
G = 0.32%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A40198 (or 0xA40198) is known color: Dark Magenta. HEX triplet: A4, 01 and 98. RGB value is (164,1,152). Sum of RGB (Red+Green+Blue) = 164+1+152=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A40198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40198 is #5BFE67. Grayscale: #424242. Windows color (decimal): -6028904 or 9961892. OLE color: 9961892.

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

Color convert

RGB 164 1 152 -
CMYK 0 0.99 0.07 0.36
HSL 304.42º 0.99% 0.32% -
HSV(B) 304.42º 0.99% 0.64% -
XYZ 20.99 10.18 30.56 -
YUV 66.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 164 1 152 0 0.99 0.07 0.36 304.42 0.99 0.32
Hex A4 1 98 0 63 7 24 130 63 20
Octal 244 1 230 0 143 7 44 460 143 40
Binary 10100100 1 10011000 0 1100011 111 100100 100110000 1100011 100000

Color Harmonies of #A40198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40198

Black with #A40198

Text Example


Text Example

White with #A40198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40198; }

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

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

background-color css

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

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

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

border-color css

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

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

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