Html Css Color HEX #A63D6E Rouge

📋 copy color: '#A63D6E'

red 166 ◦ green 61 ◦ blue 110

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

Shades of Rouge #A63D6E

Tints of Rouge #A63D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 49.26%
G = 18.1%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A63D6E (or 0xA63D6E) is known color: Rouge. HEX triplet: A6, 3D and 6E. RGB value is (166,61,110). Sum of RGB (Red+Green+Blue) = 166+61+110=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D6E is #59C291. Grayscale: #616161. Windows color (decimal): -5882514 or 7224742. OLE color: 7224742.

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

Color convert

RGB 166 61 110 -
CMYK 0 0.63 0.34 0.35
HSL 332º 0.46% 0.45% -
HSV(B) 332º 0.63% 0.65% -
XYZ 20.21 12.57 16.11 -
YUV 97.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 166 61 110 0 0.63 0.34 0.35 332 0.46 0.45
Hex A6 3D 6E 0 3F 22 23 14C 2E 2D
Octal 246 75 156 0 77 42 43 514 56 55
Binary 10100110 111101 1101110 0 111111 100010 100011 101001100 101110 101101

Color Harmonies of #A63D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D6E

Black with #A63D6E

Text Example


Text Example

White with #A63D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D6E; }

 p { color: rgb(166,61,110); }

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

background-color css

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

 a { background-color: rgb(166,61,110); }

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

border-color css

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

 span { border-color: rgb(166,61,110); }

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