Html Css Color HEX #A63164 Rouge

📋 copy color: '#A63164'

red 166 ◦ green 49 ◦ blue 100

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

Shades of Rouge #A63164

Tints of Rouge #A63164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 52.7%
G = 15.56%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63164 (or 0xA63164) is known color: Rouge. HEX triplet: A6, 31 and 64. RGB value is (166,49,100). Sum of RGB (Red+Green+Blue) = 166+49+100=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63164 is #59CE9B. Grayscale: #595959. Windows color (decimal): -5885596 or 6566310. OLE color: 6566310.

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

Color convert

RGB 166 49 100 -
CMYK 0 0.70 0.40 0.35
HSL 333.85º 0.54% 0.42% -
HSV(B) 333.85º 0.7% 0.65% -
XYZ 19.12 11.22 13.22 -
YUV 89.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 166 49 100 0 0.70 0.40 0.35 333.85 0.54 0.42
Hex A6 31 64 0 46 28 23 14E 36 2A
Octal 246 61 144 0 106 50 43 516 66 52
Binary 10100110 110001 1100100 0 1000110 101000 100011 101001110 110110 101010

Color Harmonies of #A63164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63164

Black with #A63164

Text Example


Text Example

White with #A63164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63164; }

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

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

background-color css

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

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

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

border-color css

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

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

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