#A42E6C

Color #A42E6C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A42E6C

Tints of Rouge #A42E6C

Color information

#A42E6C (or 0xA42E6C) is unknown color: approx Rouge. HEX triplet: A4, 2E and 6C. RGB value is (164,46,108). Sum of RGB (Red+Green+Blue) = 164+46+108=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E6C is #5BD193. Grayscale: #585858. Windows color (decimal): -6017428 or 7089828. OLE color: 7089828.

HSL color Cylindrical-coordinate representation of color #A42E6C: hue angle of 328.47º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42E6C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16446108-
CMYK00.720.340.36
HSL328.47º56.19%41.18%-
HSV(B)328.47º71.95%64.31%-
XYZ18.9910.9315.3-
YUV88.35139.09181.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=51.57%
G=14.47%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644610800.720.340.36328.4756.1941.18
HexA42E6C04822241483829
Octal24456154011042445107051
Binary10100100101110110110001001000100010100100101001000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42E6C; }

 p { color: rgb(164,46,108); }

 H1.HeaderClassName
 {
   color: #A42E6C;
 }
 .AnyTagClassName
 {
   color: #A42E6C;
 }
</style>
background-color css

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

 a { background-color: rgb(164,46,108); }

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

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

 span { border-color: rgb(164,46,108); }

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