Html Css Color HEX #A6089A Dark Magenta

📋 copy color: '#A6089A'

red 166 ◦ green 8 ◦ blue 154

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

Shades of Dark Magenta #A6089A

Tints of Dark Magenta #A6089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.95%

R = 50.61%
G = 2.44%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6089A (or 0xA6089A) is known color: Dark Magenta. HEX triplet: A6, 08 and 9A. RGB value is (166,8,154). Sum of RGB (Red+Green+Blue) = 166+8+154=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6089A is #59F765. Grayscale: #474747. Windows color (decimal): -5896038 or 10094758. OLE color: 10094758.

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

Color convert

RGB 166 8 154 -
CMYK 0 0.95 0.07 0.35
HSL 304.56º 0.91% 0.34% -
HSV(B) 304.56º 0.95% 0.65% -
XYZ 21.65 10.61 31.48 -
YUV 71.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 166 8 154 0 0.95 0.07 0.35 304.56 0.91 0.34
Hex A6 8 9A 0 5F 7 23 131 5B 22
Octal 246 10 232 0 137 7 43 461 133 42
Binary 10100110 1000 10011010 0 1011111 111 100011 100110001 1011011 100010

Color Harmonies of #A6089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6089A

Black with #A6089A

Text Example


Text Example

White with #A6089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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