Html Css Color HEX #A6089B Dark Magenta

📋 copy color: '#A6089B'

red 166 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #A6089B

Tints of Dark Magenta #A6089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 50.46%
G = 2.43%
B = 47.11%

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

#A6089B (or 0xA6089B) is known color: Dark Magenta. HEX triplet: A6, 08 and 9B. RGB value is (166,8,155). Sum of RGB (Red+Green+Blue) = 166+8+155=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6089B is #59F764. Grayscale: #474747. Windows color (decimal): -5896037 or 10160294. OLE color: 10160294.

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

Color convert

RGB 166 8 155 -
CMYK 0 0.95 0.07 0.35
HSL 304.18º 0.91% 0.34% -
HSV(B) 304.18º 0.95% 0.65% -
XYZ 21.73 10.65 31.92 -
YUV 72 174.85 195.05 -
System Red Green Blue C M Y K H S L
Decimal 166 8 155 0 0.95 0.07 0.35 304.18 0.91 0.34
Hex A6 8 9B 0 5F 7 23 130 5B 22
Octal 246 10 233 0 137 7 43 460 133 42
Binary 10100110 1000 10011011 0 1011111 111 100011 100110000 1011011 100010

Color Harmonies of #A6089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6089B

Black with #A6089B

Text Example


Text Example

White with #A6089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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