#A54881

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

Shades of Royal Heath #A54881

Tints of Royal Heath #A54881

Color information

#A54881 (or 0xA54881) is unknown color: approx Royal Heath. HEX triplet: A5, 48 and 81. RGB value is (165,72,129). Sum of RGB (Red+Green+Blue) = 165+72+129=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54881 is #5AB77E. Grayscale: #6A6A6A. Windows color (decimal): -5945215 or 8472741. OLE color: 8472741.

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

Color convert

RGB16572129-
CMYK00.560.220.35
HSL323.23º39.24%46.47%-
HSV(B)323.23º56.36%64.71%-
XYZ21.814.2222.36-
YUV106.3140.81169.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=45.08%
G=19.67%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657212900.560.220.35323.2339.2446.47
HexA548810381623143272e
Octal24511020107026435034756
Binary10100101100100010000001011100010110100011101000011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54881; }

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

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

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

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

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

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

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

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