Html Css Color HEX #A73F73 Rouge

📋 copy color: '#A73F73'

red 167 ◦ green 63 ◦ blue 115

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

Shades of Rouge #A73F73

Tints of Rouge #A73F73

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

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

R = 48.41%
G = 18.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A73F73 (or 0xA73F73) is known color: Rouge. HEX triplet: A7, 3F and 73. RGB value is (167,63,115). Sum of RGB (Red+Green+Blue) = 167+63+115=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73F73 is #58C08C. Grayscale: #636363. Windows color (decimal): -5816461 or 7552935. OLE color: 7552935.

HSL color Cylindrical-coordinate representation of color #A73F73: hue angle of 330º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A73F73 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 63 115 -
CMYK 0 0.62 0.31 0.35
HSL 330º 0.45% 0.45% -
HSV(B) 330º 0.62% 0.65% -
XYZ 20.81 13.01 17.63 -
YUV 100.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 167 63 115 0 0.62 0.31 0.35 330 0.45 0.45
Hex A7 3F 73 0 3E 1F 23 14A 2D 2D
Octal 247 77 163 0 76 37 43 512 55 55
Binary 10100111 111111 1110011 0 111110 11111 100011 101001010 101101 101101

Color Harmonies of #A73F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73F73

Black with #A73F73

Text Example


Text Example

White with #A73F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73F73; }

 p { color: rgb(167,63,115); }

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

background-color css

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

 a { background-color: rgb(167,63,115); }

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

border-color css

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

 span { border-color: rgb(167,63,115); }

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