#A54F7A

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

Shades of Royal Heath #A54F7A

Tints of Royal Heath #A54F7A

Color information

#A54F7A (or 0xA54F7A) is unknown color: approx Royal Heath. HEX triplet: A5, 4F and 7A. RGB value is (165,79,122). Sum of RGB (Red+Green+Blue) = 165+79+122=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F7A is #5AB085. Grayscale: #6D6D6D. Windows color (decimal): -5943430 or 8015781. OLE color: 8015781.

HSL color Cylindrical-coordinate representation of color #A54F7A: hue angle of 330º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F7A is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16579122-
CMYK00.520.260.35
HSL330º35.25%47.84%-
HSV(B)330º52.12%64.71%-
XYZ21.831520.16-
YUV109.62134.99167.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=45.08%
G=21.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657912200.520.260.3533035.2547.84
HexA54F7A0341A2314a2330
Octal24511717206432435124360
Binary1010010110011111111010011010011010100011101001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F7A; }

 p { color: rgb(165,79,122); }

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

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

 a { background-color: rgb(165,79,122); }

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

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

 span { border-color: rgb(165,79,122); }

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