Html Css Color HEX #A91093 Dark Magenta

📋 copy color: '#A91093'

red 169 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #A91093

Tints of Dark Magenta #A91093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.82%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 50.9%
G = 4.82%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A91093 (or 0xA91093) is known color: Dark Magenta. HEX triplet: A9, 10 and 93. RGB value is (169,16,147). Sum of RGB (Red+Green+Blue) = 169+16+147=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A91093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91093 is #56EF6C. Grayscale: #4C4C4C. Windows color (decimal): -5697389 or 9638057. OLE color: 9638057.

HSL color Cylindrical-coordinate representation of color #A91093: hue angle of 308.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91093 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 147 -
CMYK 0 0.91 0.13 0.34
HSL 308.63º 0.83% 0.36% -
HSV(B) 308.63º 0.91% 0.66% -
XYZ 21.81 10.91 28.56 -
YUV 76.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 169 16 147 0 0.91 0.13 0.34 308.63 0.83 0.36
Hex A9 10 93 0 5B D 22 135 53 24
Octal 251 20 223 0 133 15 42 465 123 44
Binary 10101001 10000 10010011 0 1011011 1101 100010 100110101 1010011 100100

Color Harmonies of #A91093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91093

Black with #A91093

Text Example


Text Example

White with #A91093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91093; }

 p { color: rgb(169,16,147); }

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

background-color css

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

 a { background-color: rgb(169,16,147); }

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

border-color css

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

 span { border-color: rgb(169,16,147); }

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