#A25177

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

Shades of Royal Heath #A25177

Tints of Royal Heath #A25177

Color information

#A25177 (or 0xA25177) is unknown color: approx Royal Heath. HEX triplet: A2, 51 and 77. RGB value is (162,81,119). Sum of RGB (Red+Green+Blue) = 162+81+119=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25177 is #5DAE88. Grayscale: #6D6D6D. Windows color (decimal): -6139529 or 7819682. OLE color: 7819682.

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

Color convert

RGB16281119-
CMYK00.500.270.36
HSL331.85º33.33%47.65%-
HSV(B)331.85º50%63.53%-
XYZ21.1714.919.21-
YUV109.55133.34165.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=44.75%
G=22.38%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628111900.500.270.36331.8533.3347.65
HexA251770321B2414c2130
Octal24212116706233445144160
Binary1010001010100011110111011001011011100100101001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25177; }

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

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

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

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

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

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

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

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