Html Css Color HEX #A63E61 Rouge

📋 copy color: '#A63E61'

red 166 ◦ green 62 ◦ blue 97

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

Shades of Rouge #A63E61

Tints of Rouge #A63E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 51.08%
G = 19.08%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63E61 (or 0xA63E61) is known color: Rouge. HEX triplet: A6, 3E and 61. RGB value is (166,62,97). Sum of RGB (Red+Green+Blue) = 166+62+97=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E61 is #59C19E. Grayscale: #616161. Windows color (decimal): -5882271 or 6373030. OLE color: 6373030.

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

Color convert

RGB 166 62 97 -
CMYK 0 0.63 0.42 0.35
HSL 339.81º 0.46% 0.45% -
HSV(B) 339.81º 0.63% 0.65% -
XYZ 19.61 12.42 12.67 -
YUV 97.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 166 62 97 0 0.63 0.42 0.35 339.81 0.46 0.45
Hex A6 3E 61 0 3F 2A 23 154 2E 2D
Octal 246 76 141 0 77 52 43 524 56 55
Binary 10100110 111110 1100001 0 111111 101010 100011 101010100 101110 101101

Color Harmonies of #A63E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E61

Black with #A63E61

Text Example


Text Example

White with #A63E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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