#A15678

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

Shades of Royal Heath #A15678

Tints of Royal Heath #A15678

Color information

#A15678 (or 0xA15678) is unknown color: approx Royal Heath. HEX triplet: A1, 56 and 78. RGB value is (161,86,120). Sum of RGB (Red+Green+Blue) = 161+86+120=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A15678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15678 is #5EA987. Grayscale: #707070. Windows color (decimal): -6203784 or 7886497. OLE color: 7886497.

HSL color Cylindrical-coordinate representation of color #A15678: hue angle of 332.8º 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 #A15678 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16186120-
CMYK00.470.250.37
HSL332.8º30.36%48.43%-
HSV(B)332.8º46.58%63.14%-
XYZ21.4215.5919.65-
YUV112.3132.35162.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=43.87%
G=23.43%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618612000.470.250.37332.830.3648.43
HexA1567802F192514d1e30
Octal24112617005731455153660
Binary101000011010110111100001011111100110010110100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15678; }

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

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

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

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

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

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

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

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