#A4537F

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

Shades of Royal Heath #A4537F

Tints of Royal Heath #A4537F

Color information

#A4537F (or 0xA4537F) is unknown color: approx Royal Heath. HEX triplet: A4, 53 and 7F. RGB value is (164,83,127). Sum of RGB (Red+Green+Blue) = 164+83+127=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4537F is #5BAC80. Grayscale: #707070. Windows color (decimal): -6007937 or 8344484. OLE color: 8344484.

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

Color convert

RGB16483127-
CMYK00.490.230.36
HSL327.41º32.79%48.43%-
HSV(B)327.41º49.39%64.31%-
XYZ22.2315.6121.92-
YUV112.24136.34164.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 127 (50% from 255) = 33.96%
R=43.85%
G=22.19%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648312700.490.230.36327.4132.7948.43
HexA4537F03117241472130
Octal24412317706127445074160
Binary1010010010100111111111011000110111100100101000111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4537F; }

 p { color: rgb(164,83,127); }

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

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

 a { background-color: rgb(164,83,127); }

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

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

 span { border-color: rgb(164,83,127); }

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