Html Css Color HEX #A9068A Dark Magenta

📋 copy color: '#A9068A'

red 169 ◦ green 6 ◦ blue 138

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

Shades of Dark Magenta #A9068A

Tints of Dark Magenta #A9068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 53.99%
G = 1.92%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9068A (or 0xA9068A) is known color: Dark Magenta. HEX triplet: A9, 06 and 8A. RGB value is (169,6,138). Sum of RGB (Red+Green+Blue) = 169+6+138=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9068A is #56F975. Grayscale: #454545. Windows color (decimal): -5699958 or 9045673. OLE color: 9045673.

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

Color convert

RGB 169 6 138 -
CMYK 0 0.96 0.18 0.34
HSL 311.41º 0.93% 0.34% -
HSV(B) 311.41º 0.96% 0.66% -
XYZ 21.01 10.4 24.94 -
YUV 69.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 169 6 138 0 0.96 0.18 0.34 311.41 0.93 0.34
Hex A9 6 8A 0 60 12 22 137 5D 22
Octal 251 6 212 0 140 22 42 467 135 42
Binary 10101001 110 10001010 0 1100000 10010 100010 100110111 1011101 100010

Color Harmonies of #A9068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9068A

Black with #A9068A

Text Example


Text Example

White with #A9068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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