#A3557A

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

Shades of Royal Heath #A3557A

Tints of Royal Heath #A3557A

Color information

#A3557A (or 0xA3557A) is unknown color: approx Royal Heath. HEX triplet: A3, 55 and 7A. RGB value is (163,85,122). Sum of RGB (Red+Green+Blue) = 163+85+122=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3557A is #5CAA85. Grayscale: #707070. Windows color (decimal): -6072966 or 8017315. OLE color: 8017315.

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

Color convert

RGB16385122-
CMYK00.480.250.36
HSL331.54º31.45%48.63%-
HSV(B)331.54º47.85%63.92%-
XYZ21.8715.6920.29-
YUV112.54133.34163.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=44.05%
G=22.97%
B=32.97%

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
Decimal1638512200.480.250.36331.5431.4548.63
HexA3557A030192414c1f31
Octal24312517206031445143761
Binary101000111010101111101001100001100110010010100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3557A; }

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

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

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

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

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

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

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

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