#A54983

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

Shades of Royal Heath #A54983

Tints of Royal Heath #A54983

Color information

#A54983 (or 0xA54983) is unknown color: approx Royal Heath. HEX triplet: A5, 49 and 83. RGB value is (165,73,131). Sum of RGB (Red+Green+Blue) = 165+73+131=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A54983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54983 is #5AB67C. Grayscale: #6A6A6A. Windows color (decimal): -5944957 or 8604069. OLE color: 8604069.

HSL color Cylindrical-coordinate representation of color #A54983: hue angle of 322.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54983 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16573131-
CMYK00.560.210.35
HSL322.17º38.66%46.67%-
HSV(B)322.17º55.76%64.71%-
XYZ2214.423.09-
YUV107.12141.48169.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=44.72%
G=19.78%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657313100.560.210.35322.1738.6646.67
HexA549830381523142272f
Octal24511120307025435024757
Binary10100101100100110000011011100010101100011101000010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54983; }

 p { color: rgb(165,73,131); }

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

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

 a { background-color: rgb(165,73,131); }

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

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

 span { border-color: rgb(165,73,131); }

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