#A25473

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

Shades of Royal Heath #A25473

Tints of Royal Heath #A25473

Color information

#A25473 (or 0xA25473) is unknown color: approx Royal Heath. HEX triplet: A2, 54 and 73. RGB value is (162,84,115). Sum of RGB (Red+Green+Blue) = 162+84+115=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25473 is #5DAB8C. Grayscale: #6E6E6E. Windows color (decimal): -6138765 or 7558306. OLE color: 7558306.

HSL color Cylindrical-coordinate representation of color #A25473: hue angle of 336.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25473 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16284115-
CMYK00.480.290.36
HSL336.15º31.71%48.24%-
HSV(B)336.15º48.15%63.53%-
XYZ21.1715.2618.05-
YUV110.86130.34164.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=44.88%
G=23.27%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628411500.480.290.36336.1531.7148.24
HexA254730301D241502030
Octal24212416306035445204060
Binary1010001010101001110011011000011101100100101010000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25473; }

 p { color: rgb(162,84,115); }

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

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

 a { background-color: rgb(162,84,115); }

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

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

 span { border-color: rgb(162,84,115); }

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