Html Css Color HEX #A63162 Rouge

📋 copy color: '#A63162'

red 166 ◦ green 49 ◦ blue 98

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

Shades of Rouge #A63162

Tints of Rouge #A63162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 53.04%
G = 15.65%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A63162 (or 0xA63162) is known color: Rouge. HEX triplet: A6, 31 and 62. RGB value is (166,49,98). Sum of RGB (Red+Green+Blue) = 166+49+98=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A63162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63162 is #59CE9D. Grayscale: #595959. Windows color (decimal): -5885598 or 6435238. OLE color: 6435238.

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

Color convert

RGB 166 49 98 -
CMYK 0 0.70 0.41 0.35
HSL 334.87º 0.54% 0.42% -
HSV(B) 334.87º 0.7% 0.65% -
XYZ 19.03 11.19 12.71 -
YUV 89.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 166 49 98 0 0.70 0.41 0.35 334.87 0.54 0.42
Hex A6 31 62 0 46 29 23 14F 36 2A
Octal 246 61 142 0 106 51 43 517 66 52
Binary 10100110 110001 1100010 0 1000110 101001 100011 101001111 110110 101010

Color Harmonies of #A63162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63162

Black with #A63162

Text Example


Text Example

White with #A63162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63162; }

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

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

background-color css

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

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

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

border-color css

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

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

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