#A54A81

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

Shades of Royal Heath #A54A81

Tints of Royal Heath #A54A81

Color information

#A54A81 (or 0xA54A81) is unknown color: approx Royal Heath. HEX triplet: A5, 4A and 81. RGB value is (165,74,129). Sum of RGB (Red+Green+Blue) = 165+74+129=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A81 is #5AB57E. Grayscale: #6B6B6B. Windows color (decimal): -5944703 or 8473253. OLE color: 8473253.

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

Color convert

RGB16574129-
CMYK00.550.220.35
HSL323.74º38.08%46.86%-
HSV(B)323.74º55.15%64.71%-
XYZ21.9314.4822.41-
YUV107.48140.15169.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 74 (29.30% from 255) = 20.11%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=44.84%
G=20.11%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657412900.550.220.35323.7438.0846.86
HexA54A810371623144262f
Octal24511220106726435044657
Binary10100101100101010000001011011110110100011101000100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A81; }

 p { color: rgb(165,74,129); }

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

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

 a { background-color: rgb(165,74,129); }

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

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

 span { border-color: rgb(165,74,129); }

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