#A5306B

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

Shades of Rouge #A5306B

Tints of Rouge #A5306B

Color information

#A5306B (or 0xA5306B) is unknown color: approx Rouge. HEX triplet: A5, 30 and 6B. RGB value is (165,48,107). Sum of RGB (Red+Green+Blue) = 165+48+107=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5306B is #5ACF94. Grayscale: #595959. Windows color (decimal): -5951381 or 7024805. OLE color: 7024805.

HSL color Cylindrical-coordinate representation of color #A5306B: hue angle of 329.74º 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 #A5306B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16548107-
CMYK00.710.350.35
HSL329.74º54.93%41.76%-
HSV(B)329.74º70.91%64.71%-
XYZ19.2311.1715.05-
YUV89.71137.76181.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=51.56%
G=15%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654810700.710.350.35329.7454.9341.76
HexA5306B047232314a372a
Octal24560153010743435126752
Binary10100101110000110101101000111100011100011101001010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5306B; }

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

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

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

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

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

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

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

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