Html Css Color HEX #A63161 Rouge

📋 copy color: '#A63161'

red 166 ◦ green 49 ◦ blue 97

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

Shades of Rouge #A63161

Tints of Rouge #A63161

RGB

 RED value IS 166 (65.23% from 255) = 53.21%

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

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 53.21%
G = 15.71%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63161 (or 0xA63161) is known color: Rouge. HEX triplet: A6, 31 and 61. RGB value is (166,49,97). Sum of RGB (Red+Green+Blue) = 166+49+97=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A63161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63161 is #59CE9E. Grayscale: #595959. Windows color (decimal): -5885599 or 6369702. OLE color: 6369702.

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

Color convert

RGB 166 49 97 -
CMYK 0 0.70 0.42 0.35
HSL 335.38º 0.54% 0.42% -
HSV(B) 335.38º 0.7% 0.65% -
XYZ 18.98 11.17 12.46 -
YUV 89.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 166 49 97 0 0.70 0.42 0.35 335.38 0.54 0.42
Hex A6 31 61 0 46 2A 23 14F 36 2A
Octal 246 61 141 0 106 52 43 517 66 52
Binary 10100110 110001 1100001 0 1000110 101010 100011 101001111 110110 101010

Color Harmonies of #A63161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63161

Black with #A63161

Text Example


Text Example

White with #A63161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63161; }

 p { color: rgb(166,49,97); }

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

background-color css

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

 a { background-color: rgb(166,49,97); }

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

border-color css

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

 span { border-color: rgb(166,49,97); }

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