#A1477F

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

Shades of Royal Heath #A1477F

Tints of Royal Heath #A1477F

Color information

#A1477F (or 0xA1477F) is unknown color: approx Royal Heath. HEX triplet: A1, 47 and 7F. RGB value is (161,71,127). Sum of RGB (Red+Green+Blue) = 161+71+127=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1477F is #5EB880. Grayscale: #686868. Windows color (decimal): -6207617 or 8341409. OLE color: 8341409.

HSL color Cylindrical-coordinate representation of color #A1477F: hue angle of 322.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1477F is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16171127-
CMYK00.560.210.37
HSL322.67º38.79%45.49%-
HSV(B)322.67º55.9%63.14%-
XYZ20.7813.6221.61-
YUV104.29140.82168.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 127 (50% from 255) = 35.38%
R=44.85%
G=19.78%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617112700.560.210.37322.6738.7945.49
HexA1477F0381525143272d
Octal24110717707025455034755
Binary1010000110001111111111011100010101100101101000011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1477F; }

 p { color: rgb(161,71,127); }

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

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

 a { background-color: rgb(161,71,127); }

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

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

 span { border-color: rgb(161,71,127); }

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