Html Css Color HEX #A73166 Rouge

📋 copy color: '#A73166'

red 167 ◦ green 49 ◦ blue 102

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

Shades of Rouge #A73166

Tints of Rouge #A73166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 52.52%
G = 15.41%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A73166 (or 0xA73166) is known color: Rouge. HEX triplet: A7, 31 and 66. RGB value is (167,49,102). Sum of RGB (Red+Green+Blue) = 167+49+102=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A73166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73166 is #58CE99. Grayscale: #5A5A5A. Windows color (decimal): -5820058 or 6697383. OLE color: 6697383.

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

Color convert

RGB 167 49 102 -
CMYK 0 0.71 0.39 0.35
HSL 333.05º 0.55% 0.42% -
HSV(B) 333.05º 0.71% 0.65% -
XYZ 19.43 11.37 13.74 -
YUV 90.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 167 49 102 0 0.71 0.39 0.35 333.05 0.55 0.42
Hex A7 31 66 0 47 27 23 14D 37 2A
Octal 247 61 146 0 107 47 43 515 67 52
Binary 10100111 110001 1100110 0 1000111 100111 100011 101001101 110111 101010

Color Harmonies of #A73166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73166

Black with #A73166

Text Example


Text Example

White with #A73166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73166; }

 p { color: rgb(167,49,102); }

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

background-color css

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

 a { background-color: rgb(167,49,102); }

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

border-color css

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

 span { border-color: rgb(167,49,102); }

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