#A25574

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

Shades of Royal Heath #A25574

Tints of Royal Heath #A25574

Color information

#A25574 (or 0xA25574) is unknown color: approx Royal Heath. HEX triplet: A2, 55 and 74. RGB value is (162,85,116). Sum of RGB (Red+Green+Blue) = 162+85+116=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25574 is #5DAA8B. Grayscale: #6F6F6F. Windows color (decimal): -6138508 or 7624098. OLE color: 7624098.

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

Color convert

RGB16285116-
CMYK00.480.280.36
HSL335.84º31.17%48.43%-
HSV(B)335.84º47.53%63.53%-
XYZ21.315.4418.38-
YUV111.56130.51163.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=44.63%
G=23.42%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628511600.480.280.36335.8431.1748.43
HexA255740301C241501f30
Octal24212516406034445203760
Binary101000101010101111010001100001110010010010101000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25574; }

 p { color: rgb(162,85,116); }

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

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

 a { background-color: rgb(162,85,116); }

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

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

 span { border-color: rgb(162,85,116); }

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