Html Css Color HEX #A81290 Dark Magenta

📋 copy color: '#A81290'

red 168 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #A81290

Tints of Dark Magenta #A81290

RGB

 RED value IS 168 (66.02% from 255) = 50.91%

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 50.91%
G = 5.45%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A81290 (or 0xA81290) is known color: Dark Magenta. HEX triplet: A8, 12 and 90. RGB value is (168,18,144). Sum of RGB (Red+Green+Blue) = 168+18+144=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A81290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81290 is #57ED6F. Grayscale: #4C4C4C. Windows color (decimal): -5762416 or 9441960. OLE color: 9441960.

HSL color Cylindrical-coordinate representation of color #A81290: hue angle of 309.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81290 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 144 -
CMYK 0 0.89 0.14 0.34
HSL 309.6º 0.81% 0.36% -
HSV(B) 309.6º 0.89% 0.66% -
XYZ 21.4 10.77 27.34 -
YUV 77.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 168 18 144 0 0.89 0.14 0.34 309.6 0.81 0.36
Hex A8 12 90 0 59 E 22 136 51 24
Octal 250 22 220 0 131 16 42 466 121 44
Binary 10101000 10010 10010000 0 1011001 1110 100010 100110110 1010001 100100

Color Harmonies of #A81290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81290

Black with #A81290

Text Example


Text Example

White with #A81290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81290; }

 p { color: rgb(168,18,144); }

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

background-color css

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

 a { background-color: rgb(168,18,144); }

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

border-color css

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

 span { border-color: rgb(168,18,144); }

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