#A54271

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

Shades of Rouge #A54271

Tints of Rouge #A54271

Color information

#A54271 (or 0xA54271) is unknown color: approx Rouge. HEX triplet: A5, 42 and 71. RGB value is (165,66,113). Sum of RGB (Red+Green+Blue) = 165+66+113=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A54271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54271 is #5ABD8E. Grayscale: #646464. Windows color (decimal): -5946767 or 7422629. OLE color: 7422629.

HSL color Cylindrical-coordinate representation of color #A54271: hue angle of 331.52º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54271 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16566113-
CMYK00.600.320.35
HSL331.52º42.86%45.29%-
HSV(B)331.52º60%64.71%-
XYZ20.4513.0917.07-
YUV100.96134.8173.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=47.97%
G=19.19%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656611300.600.320.35331.5242.8645.29
HexA5427103C202314c2b2d
Octal24510216107440435145355
Binary10100101100001011100010111100100000100011101001100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54271; }

 p { color: rgb(165,66,113); }

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

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

 a { background-color: rgb(165,66,113); }

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

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

 span { border-color: rgb(165,66,113); }

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