Html Css Color HEX #A9069F Dark Magenta

📋 copy color: '#A9069F'

red 169 ◦ green 6 ◦ blue 159

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

Shades of Dark Magenta #A9069F

Tints of Dark Magenta #A9069F

RGB

 RED value IS 169 (66.41% from 255) = 50.6%

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 50.6%
G = 1.8%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A9069F (or 0xA9069F) is known color: Dark Magenta. HEX triplet: A9, 06 and 9F. RGB value is (169,6,159). Sum of RGB (Red+Green+Blue) = 169+6+159=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A9069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9069F is #56F960. Grayscale: #474747. Windows color (decimal): -5699937 or 10421929. OLE color: 10421929.

HSL color Cylindrical-coordinate representation of color #A9069F: hue angle of 303.68º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9069F is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 6 159 -
CMYK 0 0.96 0.06 0.34
HSL 303.68º 0.93% 0.34% -
HSV(B) 303.68º 0.96% 0.66% -
XYZ 22.69 11.07 33.74 -
YUV 72.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 169 6 159 0 0.96 0.06 0.34 303.68 0.93 0.34
Hex A9 6 9F 0 60 6 22 130 5D 22
Octal 251 6 237 0 140 6 42 460 135 42
Binary 10101001 110 10011111 0 1100000 110 100010 100110000 1011101 100010

Color Harmonies of #A9069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9069F

Black with #A9069F

Text Example


Text Example

White with #A9069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9069F; }

 p { color: rgb(169,6,159); }

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

background-color css

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

 a { background-color: rgb(169,6,159); }

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

border-color css

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

 span { border-color: rgb(169,6,159); }

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