Html Css Color HEX #A63B6D Rouge

📋 copy color: '#A63B6D'

red 166 ◦ green 59 ◦ blue 109

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

Shades of Rouge #A63B6D

Tints of Rouge #A63B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 49.7%
G = 17.66%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A63B6D (or 0xA63B6D) is known color: Rouge. HEX triplet: A6, 3B and 6D. RGB value is (166,59,109). Sum of RGB (Red+Green+Blue) = 166+59+109=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B6D is #59C492. Grayscale: #606060. Windows color (decimal): -5883027 or 7158694. OLE color: 7158694.

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

Color convert

RGB 166 59 109 -
CMYK 0 0.64 0.34 0.35
HSL 331.96º 0.48% 0.44% -
HSV(B) 331.96º 0.64% 0.65% -
XYZ 20.05 12.34 15.79 -
YUV 96.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 166 59 109 0 0.64 0.34 0.35 331.96 0.48 0.44
Hex A6 3B 6D 0 40 22 23 14C 30 2C
Octal 246 73 155 0 100 42 43 514 60 54
Binary 10100110 111011 1101101 0 1000000 100010 100011 101001100 110000 101100

Color Harmonies of #A63B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63B6D

Black with #A63B6D

Text Example


Text Example

White with #A63B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63B6D; }

 p { color: rgb(166,59,109); }

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

background-color css

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

 a { background-color: rgb(166,59,109); }

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

border-color css

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

 span { border-color: rgb(166,59,109); }

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