Html Css Color HEX #A6098F Dark Magenta

📋 copy color: '#A6098F'

red 166 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #A6098F

Tints of Dark Magenta #A6098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 52.2%
G = 2.83%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6098F (or 0xA6098F) is known color: Dark Magenta. HEX triplet: A6, 09 and 8F. RGB value is (166,9,143). Sum of RGB (Red+Green+Blue) = 166+9+143=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A6098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6098F is #59F670. Grayscale: #464646. Windows color (decimal): -5895793 or 9374118. OLE color: 9374118.

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

Color convert

RGB 166 9 143 -
CMYK 0 0.95 0.14 0.35
HSL 308.79º 0.9% 0.34% -
HSV(B) 308.79º 0.95% 0.65% -
XYZ 20.78 10.29 26.88 -
YUV 71.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 166 9 143 0 0.95 0.14 0.35 308.79 0.9 0.34
Hex A6 9 8F 0 5F E 23 135 5A 22
Octal 246 11 217 0 137 16 43 465 132 42
Binary 10100110 1001 10001111 0 1011111 1110 100011 100110101 1011010 100010

Color Harmonies of #A6098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6098F

Black with #A6098F

Text Example


Text Example

White with #A6098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6098F; }

 p { color: rgb(166,9,143); }

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

background-color css

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

 a { background-color: rgb(166,9,143); }

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

border-color css

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

 span { border-color: rgb(166,9,143); }

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