Html Css Color HEX #A81898 Dark Magenta

📋 copy color: '#A81898'

red 168 ◦ green 24 ◦ blue 152

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

Shades of Dark Magenta #A81898

Tints of Dark Magenta #A81898

RGB

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

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

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

R = 48.84%
G = 6.98%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A81898 (or 0xA81898) is known color: Dark Magenta. HEX triplet: A8, 18 and 98. RGB value is (168,24,152). Sum of RGB (Red+Green+Blue) = 168+24+152=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A81898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81898 is #57E767. Grayscale: #515151. Windows color (decimal): -5760872 or 9967784. OLE color: 9967784.

HSL color Cylindrical-coordinate representation of color #A81898: hue angle of 306.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81898 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 152 -
CMYK 0 0.86 0.10 0.34
HSL 306.67º 0.75% 0.38% -
HSV(B) 306.67º 0.86% 0.66% -
XYZ 22.14 11.25 30.71 -
YUV 81.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 168 24 152 0 0.86 0.10 0.34 306.67 0.75 0.38
Hex A8 18 98 0 56 A 22 133 4B 26
Octal 250 30 230 0 126 12 42 463 113 46
Binary 10101000 11000 10011000 0 1010110 1010 100010 100110011 1001011 100110

Color Harmonies of #A81898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81898

Black with #A81898

Text Example


Text Example

White with #A81898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81898; }

 p { color: rgb(168,24,152); }

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

background-color css

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

 a { background-color: rgb(168,24,152); }

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

border-color css

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

 span { border-color: rgb(168,24,152); }

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