#A54B82

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

Shades of Royal Heath #A54B82

Tints of Royal Heath #A54B82

Color information

#A54B82 (or 0xA54B82) is unknown color: approx Royal Heath. HEX triplet: A5, 4B and 82. RGB value is (165,75,130). Sum of RGB (Red+Green+Blue) = 165+75+130=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54B82 is #5AB47D. Grayscale: #6C6C6C. Windows color (decimal): -5944446 or 8539045. OLE color: 8539045.

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

Color convert

RGB16575130-
CMYK00.550.210.35
HSL323.33º37.5%47.06%-
HSV(B)323.33º54.55%64.71%-
XYZ22.0614.6422.78-
YUV108.18140.32168.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=44.59%
G=20.27%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657513000.550.210.35323.3337.547.06
HexA54B820371523143262f
Octal24511320206725435034657
Binary10100101100101110000010011011110101100011101000011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B82; }

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

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

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

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

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

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

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

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