#A2306E

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

Shades of Rouge #A2306E

Tints of Rouge #A2306E

Color information

#A2306E (or 0xA2306E) is unknown color: approx Rouge. HEX triplet: A2, 30 and 6E. RGB value is (162,48,110). Sum of RGB (Red+Green+Blue) = 162+48+110=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2306E is #5DCF91. Grayscale: #595959. Windows color (decimal): -6147986 or 7221410. OLE color: 7221410.

HSL color Cylindrical-coordinate representation of color #A2306E: hue angle of 327.37º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2306E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16248110-
CMYK00.700.320.36
HSL327.37º54.29%41.18%-
HSV(B)327.37º70.37%63.53%-
XYZ18.7710.9215.87-
YUV89.15139.77179.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=50.62%
G=15%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624811000.700.320.36327.3754.2941.18
HexA2306E04620241473629
Octal24260156010640445076651
Binary10100010110000110111001000110100000100100101000111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2306E; }

 p { color: rgb(162,48,110); }

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

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

 a { background-color: rgb(162,48,110); }

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

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

 span { border-color: rgb(162,48,110); }

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