Html Css Color HEX #A03B73 Rouge

📋 copy color: '#A03B73'

red 160 ◦ green 59 ◦ blue 115

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

Shades of Rouge #A03B73

Tints of Rouge #A03B73

RGB

 RED value IS 160 (62.89% from 255) = 47.9%

 GREEN value IS 59 (23.44% from 255) = 17.66%

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

R = 47.9%
G = 17.66%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A03B73 (or 0xA03B73) is known color: Rouge. HEX triplet: A0, 3B and 73. RGB value is (160,59,115). Sum of RGB (Red+Green+Blue) = 160+59+115=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03B73 is #5FC48C. Grayscale: #5F5F5F. Windows color (decimal): -6276237 or 7551904. OLE color: 7551904.

HSL color Cylindrical-coordinate representation of color #A03B73: hue angle of 326.73º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03B73 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 59 115 -
CMYK 0 0.63 0.28 0.37
HSL 326.73º 0.46% 0.43% -
HSV(B) 326.73º 0.63% 0.63% -
XYZ 19.16 11.84 17.5 -
YUV 95.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 160 59 115 0 0.63 0.28 0.37 326.73 0.46 0.43
Hex A0 3B 73 0 3F 1C 25 147 2E 2B
Octal 240 73 163 0 77 34 45 507 56 53
Binary 10100000 111011 1110011 0 111111 11100 100101 101000111 101110 101011

Color Harmonies of #A03B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B73

Black with #A03B73

Text Example


Text Example

White with #A03B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B73; }

 p { color: rgb(160,59,115); }

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

background-color css

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

 a { background-color: rgb(160,59,115); }

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

border-color css

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

 span { border-color: rgb(160,59,115); }

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