Html Css Color HEX #A73067 Rouge

📋 copy color: '#A73067'

red 167 ◦ green 48 ◦ blue 103

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

Shades of Rouge #A73067

Tints of Rouge #A73067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.39%

R = 52.52%
G = 15.09%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A73067 (or 0xA73067) is known color: Rouge. HEX triplet: A7, 30 and 67. RGB value is (167,48,103). Sum of RGB (Red+Green+Blue) = 167+48+103=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A73067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73067 is #58CF98. Grayscale: #595959. Windows color (decimal): -5820313 or 6762663. OLE color: 6762663.

HSL color Cylindrical-coordinate representation of color #A73067: hue angle of 332.27º 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 #A73067 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 48 103 -
CMYK 0 0.71 0.38 0.35
HSL 332.27º 0.55% 0.42% -
HSV(B) 332.27º 0.71% 0.65% -
XYZ 19.44 11.31 13.99 -
YUV 89.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 167 48 103 0 0.71 0.38 0.35 332.27 0.55 0.42
Hex A7 30 67 0 47 26 23 14C 37 2A
Octal 247 60 147 0 107 46 43 514 67 52
Binary 10100111 110000 1100111 0 1000111 100110 100011 101001100 110111 101010

Color Harmonies of #A73067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73067

Black with #A73067

Text Example


Text Example

White with #A73067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73067; }

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

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

background-color css

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

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

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

border-color css

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

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

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