#A25476

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

Shades of Royal Heath #A25476

Tints of Royal Heath #A25476

Color information

#A25476 (or 0xA25476) is unknown color: approx Royal Heath. HEX triplet: A2, 54 and 76. RGB value is (162,84,118). Sum of RGB (Red+Green+Blue) = 162+84+118=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25476 is #5DAB89. Grayscale: #6F6F6F. Windows color (decimal): -6138762 or 7754914. OLE color: 7754914.

HSL color Cylindrical-coordinate representation of color #A25476: hue angle of 333.85º 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 #A25476 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16284118-
CMYK00.480.270.36
HSL333.85º31.71%48.24%-
HSV(B)333.85º48.15%63.53%-
XYZ21.3415.3318.97-
YUV111.2131.84164.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=44.51%
G=23.08%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628411800.480.270.36333.8531.7148.24
HexA254760301B2414e2030
Octal24212416606033445164060
Binary1010001010101001110110011000011011100100101001110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25476; }

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

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

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

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

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

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

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

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