#A25072

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

Shades of Royal Heath #A25072

Tints of Royal Heath #A25072

Color information

#A25072 (or 0xA25072) is unknown color: approx Royal Heath. HEX triplet: A2, 50 and 72. RGB value is (162,80,114). Sum of RGB (Red+Green+Blue) = 162+80+114=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A25072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25072 is #5DAF8D. Grayscale: #6C6C6C. Windows color (decimal): -6139790 or 7491746. OLE color: 7491746.

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

Color convert

RGB16280114-
CMYK00.510.300.36
HSL335.12º33.88%47.45%-
HSV(B)335.12º50.62%63.53%-
XYZ20.8114.6317.65-
YUV108.39131.17166.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=45.51%
G=22.47%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628011400.510.300.36335.1233.8847.45
HexA250720331E2414f222f
Octal24212016206336445174257
Binary1010001010100001110010011001111110100100101001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25072; }

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

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

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

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

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

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

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

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