#A25171

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

Shades of Royal Heath #A25171

Tints of Royal Heath #A25171

Color information

#A25171 (or 0xA25171) is unknown color: approx Royal Heath. HEX triplet: A2, 51 and 71. RGB value is (162,81,113). Sum of RGB (Red+Green+Blue) = 162+81+113=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A25171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25171 is #5DAE8E. Grayscale: #6C6C6C. Windows color (decimal): -6139535 or 7426466. OLE color: 7426466.

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

Color convert

RGB16281113-
CMYK00.500.300.36
HSL336.3º33.33%47.65%-
HSV(B)336.3º50%63.53%-
XYZ20.8214.7617.37-
YUV108.87130.34165.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=45.51%
G=22.75%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628111300.500.300.36336.333.3347.65
HexA251710321E241502130
Octal24212116106236445204160
Binary1010001010100011110001011001011110100100101010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25171; }

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

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

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

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

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

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

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

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