#A53068

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

Shades of Rouge #A53068

Tints of Rouge #A53068

Color information

#A53068 (or 0xA53068) is unknown color: approx Rouge. HEX triplet: A5, 30 and 68. RGB value is (165,48,104). Sum of RGB (Red+Green+Blue) = 165+48+104=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A53068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53068 is #5ACF97. Grayscale: #595959. Windows color (decimal): -5951384 or 6828197. OLE color: 6828197.

HSL color Cylindrical-coordinate representation of color #A53068: hue angle of 331.28º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53068 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16548104-
CMYK00.710.370.35
HSL331.28º54.93%41.76%-
HSV(B)331.28º70.91%64.71%-
XYZ19.0711.1114.24-
YUV89.37136.26181.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=52.05%
G=15.14%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654810400.710.370.35331.2854.9341.76
HexA53068047252314b372a
Octal24560150010745435136752
Binary10100101110000110100001000111100101100011101001011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53068; }

 p { color: rgb(165,48,104); }

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

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

 a { background-color: rgb(165,48,104); }

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

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

 span { border-color: rgb(165,48,104); }

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