#A3587A

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

Shades of Royal Heath #A3587A

Tints of Royal Heath #A3587A

Color information

#A3587A (or 0xA3587A) is unknown color: approx Royal Heath. HEX triplet: A3, 58 and 7A. RGB value is (163,88,122). Sum of RGB (Red+Green+Blue) = 163+88+122=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3587A is #5CA785. Grayscale: #727272. Windows color (decimal): -6072198 or 8018083. OLE color: 8018083.

HSL color Cylindrical-coordinate representation of color #A3587A: hue angle of 332.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3587A is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16388122-
CMYK00.460.250.36
HSL332.8º29.88%49.22%-
HSV(B)332.8º46.01%63.92%-
XYZ22.1116.1720.37-
YUV114.3132.35162.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=43.70%
G=23.59%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638812200.460.250.36332.829.8849.22
HexA3587A02E192414d1e31
Octal24313017205631445153661
Binary101000111011000111101001011101100110010010100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3587A; }

 p { color: rgb(163,88,122); }

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

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

 a { background-color: rgb(163,88,122); }

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

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

 span { border-color: rgb(163,88,122); }

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