#A1567A

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

Shades of Royal Heath #A1567A

Tints of Royal Heath #A1567A

Color information

#A1567A (or 0xA1567A) is unknown color: approx Royal Heath. HEX triplet: A1, 56 and 7A. RGB value is (161,86,122). Sum of RGB (Red+Green+Blue) = 161+86+122=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1567A is #5EA985. Grayscale: #707070. Windows color (decimal): -6203782 or 8017569. OLE color: 8017569.

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

Color convert

RGB16186122-
CMYK00.470.240.37
HSL331.2º30.36%48.43%-
HSV(B)331.2º46.58%63.14%-
XYZ21.5415.6420.3-
YUV112.53133.35162.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=43.63%
G=23.31%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618612200.470.240.37331.230.3648.43
HexA1567A02F182514b1e30
Octal24112617205730455133660
Binary101000011010110111101001011111100010010110100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1567A; }

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

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

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

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

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

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

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

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