#a35778

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

Shades of Royal Heath #A35778

Tints of Royal Heath #A35778

Color information

#A35778 (or 0xA35778) is unknown color: approx Royal Heath. HEX triplet: A3, 57 and 78. RGB value is (163,87,120). Sum of RGB (Red+Green+Blue) = 163+87+120=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A35778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35778 is #5CA887. Grayscale: #717171. Windows color (decimal): -6072456 or 7886755. OLE color: 7886755.

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

Color convert

RGB16387120-
CMYK00.470.260.36
HSL333.95º30.4%49.02%-
HSV(B)333.95º46.63%63.92%-
XYZ21.915.9619.7-
YUV113.49131.68163.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=44.05%
G=23.51%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638712000.470.260.36333.9530.449.02
HexA3577802F1A2414e1e31
Octal24312717005732445163661
Binary101000111010111111100001011111101010010010100111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35778; }

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

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

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

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

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

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

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

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