Html Css Color HEX #A63E62 Rouge

📋 copy color: '#A63E62'

red 166 ◦ green 62 ◦ blue 98

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

Shades of Rouge #A63E62

Tints of Rouge #A63E62

RGB

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

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

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

R = 50.92%
G = 19.02%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A63E62 (or 0xA63E62) is known color: Rouge. HEX triplet: A6, 3E and 62. RGB value is (166,62,98). Sum of RGB (Red+Green+Blue) = 166+62+98=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E62 is #59C19D. Grayscale: #616161. Windows color (decimal): -5882270 or 6438566. OLE color: 6438566.

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

Color convert

RGB 166 62 98 -
CMYK 0 0.63 0.41 0.35
HSL 339.23º 0.46% 0.45% -
HSV(B) 339.23º 0.63% 0.65% -
XYZ 19.65 12.43 12.92 -
YUV 97.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 166 62 98 0 0.63 0.41 0.35 339.23 0.46 0.45
Hex A6 3E 62 0 3F 29 23 153 2E 2D
Octal 246 76 142 0 77 51 43 523 56 55
Binary 10100110 111110 1100010 0 111111 101001 100011 101010011 101110 101101

Color Harmonies of #A63E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E62

Black with #A63E62

Text Example


Text Example

White with #A63E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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