#A35578

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

Shades of Royal Heath #A35578

Tints of Royal Heath #A35578

Color information

#A35578 (or 0xA35578) is unknown color: approx Royal Heath. HEX triplet: A3, 55 and 78. RGB value is (163,85,120). Sum of RGB (Red+Green+Blue) = 163+85+120=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A35578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35578 is #5CAA87. Grayscale: #707070. Windows color (decimal): -6072968 or 7886243. OLE color: 7886243.

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

Color convert

RGB16385120-
CMYK00.480.260.36
HSL333.08º31.45%48.63%-
HSV(B)333.08º47.85%63.92%-
XYZ21.7415.6419.64-
YUV112.31132.34164.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.29%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=44.29%
G=23.10%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638512000.480.260.36333.0831.4548.63
HexA355780301A2414d1f31
Octal24312517006032445153761
Binary101000111010101111100001100001101010010010100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35578; }

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

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

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

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

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

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

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

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