#A54672

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

Shades of Royal Heath #A54672

Tints of Royal Heath #A54672

Color information

#A54672 (or 0xA54672) is unknown color: approx Royal Heath. HEX triplet: A5, 46 and 72. RGB value is (165,70,114). Sum of RGB (Red+Green+Blue) = 165+70+114=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A54672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54672 is #5AB98D. Grayscale: #676767. Windows color (decimal): -5945742 or 7489189. OLE color: 7489189.

HSL color Cylindrical-coordinate representation of color #A54672: hue angle of 332.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54672 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16570114-
CMYK00.580.310.35
HSL332.21º40.43%46.08%-
HSV(B)332.21º57.58%64.71%-
XYZ20.7413.5917.45-
YUV103.42133.97171.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=47.28%
G=20.06%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657011400.580.310.35332.2140.4346.08
HexA5467203A1F2314c282e
Octal24510616207237435145056
Binary1010010110001101110010011101011111100011101001100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54672; }

 p { color: rgb(165,70,114); }

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

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

 a { background-color: rgb(165,70,114); }

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

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

 span { border-color: rgb(165,70,114); }

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