#A1417A

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

Shades of Royal Heath #A1417A

Tints of Royal Heath #A1417A

Color information

#A1417A (or 0xA1417A) is unknown color: approx Royal Heath. HEX triplet: A1, 41 and 7A. RGB value is (161,65,122). Sum of RGB (Red+Green+Blue) = 161+65+122=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1417A is #5EBE85. Grayscale: #646464. Windows color (decimal): -6209158 or 8012193. OLE color: 8012193.

HSL color Cylindrical-coordinate representation of color #A1417A: hue angle of 324.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1417A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16165122-
CMYK00.600.240.37
HSL324.38º42.48%44.31%-
HSV(B)324.38º59.63%63.14%-
XYZ20.112.7619.82-
YUV100.2140.3171.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=46.26%
G=18.68%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616512200.600.240.37324.3842.4844.31
HexA1417A03C18251442a2c
Octal24110117207430455045254
Binary1010000110000011111010011110011000100101101000100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1417A; }

 p { color: rgb(161,65,122); }

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

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

 a { background-color: rgb(161,65,122); }

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

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

 span { border-color: rgb(161,65,122); }

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