Html Css Color HEX #A60288 Dark Magenta

📋 copy color: '#A60288'

red 166 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #A60288

Tints of Dark Magenta #A60288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 54.61%
G = 0.66%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A60288 (or 0xA60288) is known color: Dark Magenta. HEX triplet: A6, 02 and 88. RGB value is (166,2,136). Sum of RGB (Red+Green+Blue) = 166+2+136=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A60288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60288 is #59FD77. Grayscale: #414141. Windows color (decimal): -5897592 or 8913574. OLE color: 8913574.

HSL color Cylindrical-coordinate representation of color #A60288: hue angle of 310.98º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60288 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 2 136 -
CMYK 0 0.99 0.18 0.35
HSL 310.98º 0.98% 0.33% -
HSV(B) 310.98º 0.99% 0.65% -
XYZ 20.19 9.93 24.14 -
YUV 66.31 167.33 199.1 -
System Red Green Blue C M Y K H S L
Decimal 166 2 136 0 0.99 0.18 0.35 310.98 0.98 0.33
Hex A6 2 88 0 63 12 23 137 62 21
Octal 246 2 210 0 143 22 43 467 142 41
Binary 10100110 10 10001000 0 1100011 10010 100011 100110111 1100010 100001

Color Harmonies of #A60288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60288

Black with #A60288

Text Example


Text Example

White with #A60288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60288; }

 p { color: rgb(166,2,136); }

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

background-color css

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

 a { background-color: rgb(166,2,136); }

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

border-color css

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

 span { border-color: rgb(166,2,136); }

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