#A1527C

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

Shades of Royal Heath #A1527C

Tints of Royal Heath #A1527C

Color information

#A1527C (or 0xA1527C) is unknown color: approx Royal Heath. HEX triplet: A1, 52 and 7C. RGB value is (161,82,124). Sum of RGB (Red+Green+Blue) = 161+82+124=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1527C is #5EAD83. Grayscale: #6E6E6E. Windows color (decimal): -6204804 or 8147617. OLE color: 8147617.

HSL color Cylindrical-coordinate representation of color #A1527C: hue angle of 328.1º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1527C is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16182124-
CMYK00.490.230.37
HSL328.1º32.51%47.65%-
HSV(B)328.1º49.07%63.14%-
XYZ21.3515.0720.85-
YUV110.41135.67164.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=43.87%
G=22.34%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618212400.490.230.37328.132.5147.65
HexA1527C03117251482130
Octal24112217406127455104160
Binary1010000110100101111100011000110111100101101001000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1527C; }

 p { color: rgb(161,82,124); }

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

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

 a { background-color: rgb(161,82,124); }

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

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

 span { border-color: rgb(161,82,124); }

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