Html Css Color HEX #A608A0 Dark Magenta

📋 copy color: '#A608A0'

red 166 ◦ green 8 ◦ blue 160

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

Shades of Dark Magenta #A608A0

Tints of Dark Magenta #A608A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.9%

R = 49.7%
G = 2.4%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A608A0 (or 0xA608A0) is known color: Dark Magenta. HEX triplet: A6, 08 and A0. RGB value is (166,8,160). Sum of RGB (Red+Green+Blue) = 166+8+160=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A608A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608A0 is #59F75F. Grayscale: #484848. Windows color (decimal): -5896032 or 10487974. OLE color: 10487974.

HSL color Cylindrical-coordinate representation of color #A608A0: hue angle of 302.28º 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 #A608A0 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 160 -
CMYK 0 0.95 0.04 0.35
HSL 302.28º 0.91% 0.34% -
HSV(B) 302.28º 0.95% 0.65% -
XYZ 22.16 10.82 34.18 -
YUV 72.57 177.35 194.64 -
System Red Green Blue C M Y K H S L
Decimal 166 8 160 0 0.95 0.04 0.35 302.28 0.91 0.34
Hex A6 8 A0 0 5F 4 23 12E 5B 22
Octal 246 10 240 0 137 4 43 456 133 42
Binary 10100110 1000 10100000 0 1011111 100 100011 100101110 1011011 100010

Color Harmonies of #A608A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608A0

Black with #A608A0

Text Example


Text Example

White with #A608A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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