#A02F6D

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

Shades of Rouge #A02F6D

Tints of Rouge #A02F6D

Color information

#A02F6D (or 0xA02F6D) is unknown color: approx Rouge. HEX triplet: A0, 2F and 6D. RGB value is (160,47,109). Sum of RGB (Red+Green+Blue) = 160+47+109=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F6D is #5FD092. Grayscale: #575757. Windows color (decimal): -6279315 or 7155616. OLE color: 7155616.

HSL color Cylindrical-coordinate representation of color #A02F6D: hue angle of 327.08º degrees, saturation: 0.55, 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 #A02F6D is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16047109-
CMYK00.710.320.37
HSL327.08º54.59%40.59%-
HSV(B)327.08º70.63%62.75%-
XYZ18.2710.6115.55-
YUV87.86139.94179.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 47 (18.75% from 255) = 14.87%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=50.63%
G=14.87%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604710900.710.320.37327.0854.5940.59
HexA02F6D04720251473729
Octal24057155010740455076751
Binary10100000101111110110101000111100000100101101000111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F6D; }

 p { color: rgb(160,47,109); }

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

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

 a { background-color: rgb(160,47,109); }

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

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

 span { border-color: rgb(160,47,109); }

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