Html Css Color HEX #A60898 Dark Magenta

📋 copy color: '#A60898'

red 166 ◦ green 8 ◦ blue 152

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

Shades of Dark Magenta #A60898

Tints of Dark Magenta #A60898

RGB

 RED value IS 166 (65.23% from 255) = 50.92%

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 50.92%
G = 2.45%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A60898 (or 0xA60898) is known color: Dark Magenta. HEX triplet: A6, 08 and 98. RGB value is (166,8,152). Sum of RGB (Red+Green+Blue) = 166+8+152=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A60898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60898 is #59F767. Grayscale: #474747. Windows color (decimal): -5896040 or 9963686. OLE color: 9963686.

HSL color Cylindrical-coordinate representation of color #A60898: hue angle of 305.32º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60898 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 152 -
CMYK 0 0.95 0.08 0.35
HSL 305.32º 0.91% 0.34% -
HSV(B) 305.32º 0.95% 0.65% -
XYZ 21.48 10.55 30.61 -
YUV 71.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 166 8 152 0 0.95 0.08 0.35 305.32 0.91 0.34
Hex A6 8 98 0 5F 8 23 131 5B 22
Octal 246 10 230 0 137 10 43 461 133 42
Binary 10100110 1000 10011000 0 1011111 1000 100011 100110001 1011011 100010

Color Harmonies of #A60898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60898

Black with #A60898

Text Example


Text Example

White with #A60898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60898; }

 p { color: rgb(166,8,152); }

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

background-color css

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

 a { background-color: rgb(166,8,152); }

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

border-color css

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

 span { border-color: rgb(166,8,152); }

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