#A25478

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

Shades of Royal Heath #A25478

Tints of Royal Heath #A25478

Color information

#A25478 (or 0xA25478) is unknown color: approx Royal Heath. HEX triplet: A2, 54 and 78. RGB value is (162,84,120). Sum of RGB (Red+Green+Blue) = 162+84+120=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25478 is #5DAB87. Grayscale: #6F6F6F. Windows color (decimal): -6138760 or 7885986. OLE color: 7885986.

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

Color convert

RGB16284120-
CMYK00.480.260.36
HSL332.31º31.71%48.24%-
HSV(B)332.31º48.15%63.53%-
XYZ21.4615.3819.61-
YUV111.43132.84164.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=44.26%
G=22.95%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628412000.480.260.36332.3131.7148.24
HexA254780301A2414c2030
Octal24212417006032445144060
Binary1010001010101001111000011000011010100100101001100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25478; }

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

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

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

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

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

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

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

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