#A35774

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

Shades of Royal Heath #A35774

Tints of Royal Heath #A35774

Color information

#A35774 (or 0xA35774) is unknown color: approx Royal Heath. HEX triplet: A3, 57 and 74. RGB value is (163,87,116). Sum of RGB (Red+Green+Blue) = 163+87+116=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A35774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35774 is #5CA88B. Grayscale: #707070. Windows color (decimal): -6072460 or 7624611. OLE color: 7624611.

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

Color convert

RGB16387116-
CMYK00.470.290.36
HSL337.11º30.4%49.02%-
HSV(B)337.11º46.63%63.92%-
XYZ21.6615.8618.44-
YUV113.03129.68163.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=44.54%
G=23.77%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638711600.470.290.36337.1130.449.02
HexA3577402F1D241511e31
Octal24312716405735445213661
Binary101000111010111111010001011111110110010010101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35774; }

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

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

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

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

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

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

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

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