Html Css Color HEX #A9068D Dark Magenta

📋 copy color: '#A9068D'

red 169 ◦ green 6 ◦ blue 141

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

Shades of Dark Magenta #A9068D

Tints of Dark Magenta #A9068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 53.48%
G = 1.9%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9068D (or 0xA9068D) is known color: Dark Magenta. HEX triplet: A9, 06 and 8D. RGB value is (169,6,141). Sum of RGB (Red+Green+Blue) = 169+6+141=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9068D is #56F972. Grayscale: #454545. Windows color (decimal): -5699955 or 9242281. OLE color: 9242281.

HSL color Cylindrical-coordinate representation of color #A9068D: hue angle of 310.31º 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 #A9068D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 6 141 -
CMYK 0 0.96 0.17 0.34
HSL 310.31º 0.93% 0.34% -
HSV(B) 310.31º 0.96% 0.66% -
XYZ 21.24 10.49 26.1 -
YUV 70.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 169 6 141 0 0.96 0.17 0.34 310.31 0.93 0.34
Hex A9 6 8D 0 60 11 22 136 5D 22
Octal 251 6 215 0 140 21 42 466 135 42
Binary 10101001 110 10001101 0 1100000 10001 100010 100110110 1011101 100010

Color Harmonies of #A9068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9068D

Black with #A9068D

Text Example


Text Example

White with #A9068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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