Html Css Color HEX #A93A73 Rouge

📋 copy color: '#A93A73'

red 169 ◦ green 58 ◦ blue 115

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

Shades of Rouge #A93A73

Tints of Rouge #A93A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 49.42%
G = 16.96%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A93A73 (or 0xA93A73) is known color: Rouge. HEX triplet: A9, 3A and 73. RGB value is (169,58,115). Sum of RGB (Red+Green+Blue) = 169+58+115=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A73 is #56C58C. Grayscale: #616161. Windows color (decimal): -5686669 or 7551657. OLE color: 7551657.

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

Color convert

RGB 169 58 115 -
CMYK 0 0.66 0.32 0.34
HSL 329.19º 0.49% 0.45% -
HSV(B) 329.19º 0.66% 0.66% -
XYZ 20.97 12.7 17.57 -
YUV 97.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 169 58 115 0 0.66 0.32 0.34 329.19 0.49 0.45
Hex A9 3A 73 0 42 20 22 149 31 2D
Octal 251 72 163 0 102 40 42 511 61 55
Binary 10101001 111010 1110011 0 1000010 100000 100010 101001001 110001 101101

Color Harmonies of #A93A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A73

Black with #A93A73

Text Example


Text Example

White with #A93A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A73; }

 p { color: rgb(169,58,115); }

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

background-color css

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

 a { background-color: rgb(169,58,115); }

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

border-color css

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

 span { border-color: rgb(169,58,115); }

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