Html Css Color HEX #A63172 Rouge

📋 copy color: '#A63172'

red 166 ◦ green 49 ◦ blue 114

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

Shades of Rouge #A63172

Tints of Rouge #A63172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 50.46%
G = 14.89%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A63172 (or 0xA63172) is known color: Rouge. HEX triplet: A6, 31 and 72. RGB value is (166,49,114). Sum of RGB (Red+Green+Blue) = 166+49+114=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A63172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63172 is #59CE8D. Grayscale: #5B5B5B. Windows color (decimal): -5885582 or 7483814. OLE color: 7483814.

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

Color convert

RGB 166 49 114 -
CMYK 0 0.70 0.31 0.35
HSL 326.67º 0.54% 0.42% -
HSV(B) 326.67º 0.7% 0.65% -
XYZ 19.86 11.52 17.1 -
YUV 91.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 166 49 114 0 0.70 0.31 0.35 326.67 0.54 0.42
Hex A6 31 72 0 46 1F 23 147 36 2A
Octal 246 61 162 0 106 37 43 507 66 52
Binary 10100110 110001 1110010 0 1000110 11111 100011 101000111 110110 101010

Color Harmonies of #A63172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63172

Black with #A63172

Text Example


Text Example

White with #A63172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63172; }

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

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

background-color css

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

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

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

border-color css

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

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

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