#A54B75

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

Shades of Royal Heath #A54B75

Tints of Royal Heath #A54B75

Color information

#A54B75 (or 0xA54B75) is unknown color: approx Royal Heath. HEX triplet: A5, 4B and 75. RGB value is (165,75,117). Sum of RGB (Red+Green+Blue) = 165+75+117=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B75 is #5AB48A. Grayscale: #6A6A6A. Windows color (decimal): -5944459 or 7687077. OLE color: 7687077.

HSL color Cylindrical-coordinate representation of color #A54B75: hue angle of 332º 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 #A54B75 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16575117-
CMYK00.550.290.35
HSL332º37.5%47.06%-
HSV(B)332º54.55%64.71%-
XYZ21.2414.3218.47-
YUV106.7133.82169.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=46.22%
G=21.01%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657511700.550.290.3533237.547.06
HexA54B750371D2314c262f
Octal24511316506735435144657
Binary1010010110010111110101011011111101100011101001100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B75; }

 p { color: rgb(165,75,117); }

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

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

 a { background-color: rgb(165,75,117); }

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

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

 span { border-color: rgb(165,75,117); }

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