Html Css Color HEX #A63A76 Rouge

📋 copy color: '#A63A76'

red 166 ◦ green 58 ◦ blue 118

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

Shades of Rouge #A63A76

Tints of Rouge #A63A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 48.54%
G = 16.96%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A63A76 (or 0xA63A76) is known color: Rouge. HEX triplet: A6, 3A and 76. RGB value is (166,58,118). Sum of RGB (Red+Green+Blue) = 166+58+118=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A76 is #59C589. Grayscale: #616161. Windows color (decimal): -5883274 or 7748262. OLE color: 7748262.

HSL color Cylindrical-coordinate representation of color #A63A76: hue angle of 326.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A76 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 58 118 -
CMYK 0 0.65 0.29 0.35
HSL 326.67º 0.48% 0.44% -
HSV(B) 326.67º 0.65% 0.65% -
XYZ 20.51 12.44 18.46 -
YUV 97.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 166 58 118 0 0.65 0.29 0.35 326.67 0.48 0.44
Hex A6 3A 76 0 41 1D 23 147 30 2C
Octal 246 72 166 0 101 35 43 507 60 54
Binary 10100110 111010 1110110 0 1000001 11101 100011 101000111 110000 101100

Color Harmonies of #A63A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A76

Black with #A63A76

Text Example


Text Example

White with #A63A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A76; }

 p { color: rgb(166,58,118); }

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

background-color css

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

 a { background-color: rgb(166,58,118); }

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

border-color css

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

 span { border-color: rgb(166,58,118); }

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