#A12E67

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

Shades of Rouge #A12E67

Tints of Rouge #A12E67

Color information

#A12E67 (or 0xA12E67) is unknown color: approx Rouge. HEX triplet: A1, 2E and 67. RGB value is (161,46,103). Sum of RGB (Red+Green+Blue) = 161+46+103=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E67 is #5ED198. Grayscale: #565656. Windows color (decimal): -6214041 or 6762145. OLE color: 6762145.

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

Color convert

RGB16146103-
CMYK00.710.360.37
HSL330.26º55.56%40.59%-
HSV(B)330.26º71.43%63.14%-
XYZ18.1210.5113.91-
YUV86.88137.1180.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=51.94%
G=14.84%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614610300.710.360.37330.2655.5640.59
HexA12E67047242514a3829
Octal24156147010744455127051
Binary10100001101110110011101000111100100100101101001010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E67; }

 p { color: rgb(161,46,103); }

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

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

 a { background-color: rgb(161,46,103); }

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

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

 span { border-color: rgb(161,46,103); }

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