#A0306E

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

Shades of Rouge #A0306E

Tints of Rouge #A0306E

Color information

#A0306E (or 0xA0306E) is unknown color: approx Rouge. HEX triplet: A0, 30 and 6E. RGB value is (160,48,110). Sum of RGB (Red+Green+Blue) = 160+48+110=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0306E is #5FCF91. Grayscale: #585858. Windows color (decimal): -6279058 or 7221408. OLE color: 7221408.

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

Color convert

RGB16048110-
CMYK00.700.310.37
HSL326.79º53.85%40.78%-
HSV(B)326.79º70%62.75%-
XYZ18.3710.7115.85-
YUV88.56140.11178.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=50.31%
G=15.09%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604811000.700.310.37326.7953.8540.78
HexA0306E0461F251473629
Octal24060156010637455076651
Binary1010000011000011011100100011011111100101101000111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0306E; }

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

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

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

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

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

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

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

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