#A2306B

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

Shades of Rouge #A2306B

Tints of Rouge #A2306B

Color information

#A2306B (or 0xA2306B) is unknown color: approx Rouge. HEX triplet: A2, 30 and 6B. RGB value is (162,48,107). Sum of RGB (Red+Green+Blue) = 162+48+107=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2306B is #5DCF94. Grayscale: #585858. Windows color (decimal): -6147989 or 7024802. OLE color: 7024802.

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

Color convert

RGB16248107-
CMYK00.700.340.36
HSL328.95º54.29%41.18%-
HSV(B)328.95º70.37%63.53%-
XYZ18.6110.8615.02-
YUV88.81138.27180.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=51.10%
G=15.14%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624810700.700.340.36328.9554.2941.18
HexA2306B04622241493629
Octal24260153010642445116651
Binary10100010110000110101101000110100010100100101001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2306B; }

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

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

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

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

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

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

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

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