#A3567C

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

Shades of Royal Heath #A3567C

Tints of Royal Heath #A3567C

Color information

#A3567C (or 0xA3567C) is unknown color: approx Royal Heath. HEX triplet: A3, 56 and 7C. RGB value is (163,86,124). Sum of RGB (Red+Green+Blue) = 163+86+124=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3567C is #5CA983. Grayscale: #717171. Windows color (decimal): -6072708 or 8148643. OLE color: 8148643.

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

Color convert

RGB16386124-
CMYK00.470.240.36
HSL330.39º30.92%48.82%-
HSV(B)330.39º47.24%63.92%-
XYZ22.0715.920.97-
YUV113.35134.01163.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=43.70%
G=23.06%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638612400.470.240.36330.3930.9248.82
HexA3567C02F182414a1f31
Octal24312617405730445123761
Binary101000111010110111110001011111100010010010100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3567C; }

 p { color: rgb(163,86,124); }

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

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

 a { background-color: rgb(163,86,124); }

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

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

 span { border-color: rgb(163,86,124); }

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