#A3557B

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

Shades of Royal Heath #A3557B

Tints of Royal Heath #A3557B

Color information

#A3557B (or 0xA3557B) is unknown color: approx Royal Heath. HEX triplet: A3, 55 and 7B. RGB value is (163,85,123). Sum of RGB (Red+Green+Blue) = 163+85+123=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3557B is #5CAA84. Grayscale: #707070. Windows color (decimal): -6072965 or 8082851. OLE color: 8082851.

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

Color convert

RGB16385123-
CMYK00.480.250.36
HSL330.77º31.45%48.63%-
HSV(B)330.77º47.85%63.92%-
XYZ21.9315.7120.62-
YUV112.65133.84163.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=43.94%
G=22.91%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638512300.480.250.36330.7731.4548.63
HexA3557B030192414b1f31
Octal24312517306031445133761
Binary101000111010101111101101100001100110010010100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3557B; }

 p { color: rgb(163,85,123); }

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

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

 a { background-color: rgb(163,85,123); }

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

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

 span { border-color: rgb(163,85,123); }

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