#A15174

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

Shades of Royal Heath #A15174

Tints of Royal Heath #A15174

Color information

#A15174 (or 0xA15174) is unknown color: approx Royal Heath. HEX triplet: A1, 51 and 74. RGB value is (161,81,116). Sum of RGB (Red+Green+Blue) = 161+81+116=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A15174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15174 is #5EAE8B. Grayscale: #6C6C6C. Windows color (decimal): -6205068 or 7623073. OLE color: 7623073.

HSL color Cylindrical-coordinate representation of color #A15174: hue angle of 333.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15174 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16181116-
CMYK00.500.280.37
HSL333.75º33.06%47.45%-
HSV(B)333.75º49.69%63.14%-
XYZ20.7914.7218.27-
YUV108.91132165.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=44.97%
G=22.63%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618111600.500.280.37333.7533.0647.45
HexA151740321C2514e212f
Octal24112116406234455164157
Binary1010000110100011110100011001011100100101101001110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15174; }

 p { color: rgb(161,81,116); }

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

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

 a { background-color: rgb(161,81,116); }

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

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

 span { border-color: rgb(161,81,116); }

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