#A25073

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

Shades of Royal Heath #A25073

Tints of Royal Heath #A25073

Color information

#A25073 (or 0xA25073) is unknown color: approx Royal Heath. HEX triplet: A2, 50 and 73. RGB value is (162,80,115). Sum of RGB (Red+Green+Blue) = 162+80+115=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25073 is #5DAF8C. Grayscale: #6C6C6C. Windows color (decimal): -6139789 or 7557282. OLE color: 7557282.

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

Color convert

RGB16280115-
CMYK00.510.290.36
HSL334.39º33.88%47.45%-
HSV(B)334.39º50.62%63.53%-
XYZ20.8614.6617.95-
YUV108.51131.67166.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=45.38%
G=22.41%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628011500.510.290.36334.3933.8847.45
HexA250730331D2414e222f
Octal24212016306335445164257
Binary1010001010100001110011011001111101100100101001110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25073; }

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

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

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

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

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

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

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

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