Html Css Color HEX #A73072 Rouge

📋 copy color: '#A73072'

red 167 ◦ green 48 ◦ blue 114

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

Shades of Rouge #A73072

Tints of Rouge #A73072

RGB

 RED value IS 167 (65.63% from 255) = 50.76%

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 50.76%
G = 14.59%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A73072 (or 0xA73072) is known color: Rouge. HEX triplet: A7, 30 and 72. RGB value is (167,48,114). Sum of RGB (Red+Green+Blue) = 167+48+114=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A73072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73072 is #58CF8D. Grayscale: #5A5A5A. Windows color (decimal): -5820302 or 7483559. OLE color: 7483559.

HSL color Cylindrical-coordinate representation of color #A73072: hue angle of 326.72º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73072 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 48 114 -
CMYK 0 0.71 0.32 0.35
HSL 326.72º 0.55% 0.42% -
HSV(B) 326.72º 0.71% 0.65% -
XYZ 20.03 11.54 17.09 -
YUV 91.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 167 48 114 0 0.71 0.32 0.35 326.72 0.55 0.42
Hex A7 30 72 0 47 20 23 147 37 2A
Octal 247 60 162 0 107 40 43 507 67 52
Binary 10100111 110000 1110010 0 1000111 100000 100011 101000111 110111 101010

Color Harmonies of #A73072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73072

Black with #A73072

Text Example


Text Example

White with #A73072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73072; }

 p { color: rgb(167,48,114); }

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

background-color css

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

 a { background-color: rgb(167,48,114); }

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

border-color css

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

 span { border-color: rgb(167,48,114); }

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