Html Css Color HEX #A90793 Dark Magenta

📋 copy color: '#A90793'

red 169 ◦ green 7 ◦ blue 147

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

Shades of Dark Magenta #A90793

Tints of Dark Magenta #A90793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 52.32%
G = 2.17%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A90793 (or 0xA90793) is known color: Dark Magenta. HEX triplet: A9, 07 and 93. RGB value is (169,7,147). Sum of RGB (Red+Green+Blue) = 169+7+147=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A90793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90793 is #56F86C. Grayscale: #474747. Windows color (decimal): -5699693 or 9635753. OLE color: 9635753.

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

Color convert

RGB 169 7 147 -
CMYK 0 0.96 0.13 0.34
HSL 308.15º 0.92% 0.35% -
HSV(B) 308.15º 0.96% 0.66% -
XYZ 21.7 10.69 28.52 -
YUV 71.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 169 7 147 0 0.96 0.13 0.34 308.15 0.92 0.35
Hex A9 7 93 0 60 D 22 134 5C 23
Octal 251 7 223 0 140 15 42 464 134 43
Binary 10101001 111 10010011 0 1100000 1101 100010 100110100 1011100 100011

Color Harmonies of #A90793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90793

Black with #A90793

Text Example


Text Example

White with #A90793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90793; }

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

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

background-color css

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

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

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

border-color css

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

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

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