#A25079

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

Shades of Royal Heath #A25079

Tints of Royal Heath #A25079

Color information

#A25079 (or 0xA25079) is unknown color: approx Royal Heath. HEX triplet: A2, 50 and 79. RGB value is (162,80,121). Sum of RGB (Red+Green+Blue) = 162+80+121=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25079 is #5DAF86. Grayscale: #6D6D6D. Windows color (decimal): -6139783 or 7950498. OLE color: 7950498.

HSL color Cylindrical-coordinate representation of color #A25079: hue angle of 330º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25079 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16280121-
CMYK00.510.250.36
HSL330º33.88%47.45%-
HSV(B)330º50.62%63.53%-
XYZ21.2214.819.83-
YUV109.19134.67165.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=44.63%
G=22.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628012100.510.250.3633033.8847.45
HexA25079033192414a222f
Octal24212017106331445124257
Binary1010001010100001111001011001111001100100101001010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25079; }

 p { color: rgb(162,80,121); }

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

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

 a { background-color: rgb(162,80,121); }

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

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

 span { border-color: rgb(162,80,121); }

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