#A25179

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

Shades of Royal Heath #A25179

Tints of Royal Heath #A25179

Color information

#A25179 (or 0xA25179) is unknown color: approx Royal Heath. HEX triplet: A2, 51 and 79. RGB value is (162,81,121). Sum of RGB (Red+Green+Blue) = 162+81+121=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25179 is #5DAE86. Grayscale: #6D6D6D. Windows color (decimal): -6139527 or 7950754. OLE color: 7950754.

HSL color Cylindrical-coordinate representation of color #A25179: hue angle of 330.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25179 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16281121-
CMYK00.500.250.36
HSL330.37º33.33%47.65%-
HSV(B)330.37º50%63.53%-
XYZ21.2914.9519.85-
YUV109.78134.34165.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=44.51%
G=22.25%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628112100.500.250.36330.3733.3347.65
HexA25179032192414a2130
Octal24212117106231445124160
Binary1010001010100011111001011001011001100100101001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25179; }

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

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

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

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

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

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

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

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