Html Css Color HEX #A63E73 Rouge

📋 copy color: '#A63E73'

red 166 ◦ green 62 ◦ blue 115

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

Shades of Rouge #A63E73

Tints of Rouge #A63E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 48.4%
G = 18.08%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A63E73 (or 0xA63E73) is known color: Rouge. HEX triplet: A6, 3E and 73. RGB value is (166,62,115). Sum of RGB (Red+Green+Blue) = 166+62+115=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E73 is #59C18C. Grayscale: #636363. Windows color (decimal): -5882253 or 7552678. OLE color: 7552678.

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

Color convert

RGB 166 62 115 -
CMYK 0 0.63 0.31 0.35
HSL 329.42º 0.46% 0.45% -
HSV(B) 329.42º 0.63% 0.65% -
XYZ 20.54 12.79 17.61 -
YUV 99.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 166 62 115 0 0.63 0.31 0.35 329.42 0.46 0.45
Hex A6 3E 73 0 3F 1F 23 149 2E 2D
Octal 246 76 163 0 77 37 43 511 56 55
Binary 10100110 111110 1110011 0 111111 11111 100011 101001001 101110 101101

Color Harmonies of #A63E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E73

Black with #A63E73

Text Example


Text Example

White with #A63E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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