#A53369

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

Shades of Rouge #A53369

Tints of Rouge #A53369

Color information

#A53369 (or 0xA53369) is unknown color: approx Rouge. HEX triplet: A5, 33 and 69. RGB value is (165,51,105). Sum of RGB (Red+Green+Blue) = 165+51+105=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A53369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53369 is #5ACC96. Grayscale: #5B5B5B. Windows color (decimal): -5950615 or 6894501. OLE color: 6894501.

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

Color convert

RGB16551105-
CMYK00.690.360.35
HSL331.58º52.78%42.35%-
HSV(B)331.58º69.09%64.71%-
XYZ19.2511.3914.55-
YUV91.24135.77180.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=51.40%
G=15.89%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655110500.690.360.35331.5852.7842.35
HexA53369045242314c352a
Octal24563151010544435146552
Binary10100101110011110100101000101100100100011101001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53369; }

 p { color: rgb(165,51,105); }

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

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

 a { background-color: rgb(165,51,105); }

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

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

 span { border-color: rgb(165,51,105); }

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