#A35571

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

Shades of Royal Heath #A35571

Tints of Royal Heath #A35571

Color information

#A35571 (or 0xA35571) is unknown color: approx Royal Heath. HEX triplet: A3, 55 and 71. RGB value is (163,85,113). Sum of RGB (Red+Green+Blue) = 163+85+113=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A35571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35571 is #5CAA8E. Grayscale: #6F6F6F. Windows color (decimal): -6072975 or 7427491. OLE color: 7427491.

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

Color convert

RGB16385113-
CMYK00.480.310.36
HSL338.46º31.45%48.63%-
HSV(B)338.46º47.85%63.92%-
XYZ21.3315.4817.49-
YUV111.51128.84164.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=45.15%
G=23.55%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638511300.480.310.36338.4631.4548.63
HexA355710301F241521f31
Octal24312516106037445223761
Binary101000111010101111000101100001111110010010101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35571; }

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

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

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

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

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

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

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

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