Html Css Color HEX #A93C73 Rouge

📋 copy color: '#A93C73'

red 169 ◦ green 60 ◦ blue 115

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

Shades of Rouge #A93C73

Tints of Rouge #A93C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

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

R = 49.13%
G = 17.44%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A93C73 (or 0xA93C73) is known color: Rouge. HEX triplet: A9, 3C and 73. RGB value is (169,60,115). Sum of RGB (Red+Green+Blue) = 169+60+115=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C73 is #56C38C. Grayscale: #626262. Windows color (decimal): -5686157 or 7552169. OLE color: 7552169.

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

Color convert

RGB 169 60 115 -
CMYK 0 0.64 0.32 0.34
HSL 329.72º 0.48% 0.45% -
HSV(B) 329.72º 0.64% 0.66% -
XYZ 21.07 12.9 17.6 -
YUV 98.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 169 60 115 0 0.64 0.32 0.34 329.72 0.48 0.45
Hex A9 3C 73 0 40 20 22 14A 30 2D
Octal 251 74 163 0 100 40 42 512 60 55
Binary 10101001 111100 1110011 0 1000000 100000 100010 101001010 110000 101101

Color Harmonies of #A93C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C73

Black with #A93C73

Text Example


Text Example

White with #A93C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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