#A44675

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

Shades of Royal Heath #A44675

Tints of Royal Heath #A44675

Color information

#A44675 (or 0xA44675) is unknown color: approx Royal Heath. HEX triplet: A4, 46 and 75. RGB value is (164,70,117). Sum of RGB (Red+Green+Blue) = 164+70+117=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44675 is #5BB98A. Grayscale: #676767. Windows color (decimal): -6011275 or 7685796. OLE color: 7685796.

HSL color Cylindrical-coordinate representation of color #A44675: hue angle of 330º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44675 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16470117-
CMYK00.570.290.36
HSL330º40.17%45.88%-
HSV(B)330º57.32%64.31%-
XYZ20.7113.5618.35-
YUV103.46135.64171.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=46.72%
G=19.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647011700.570.290.3633040.1745.88
HexA446750391D2414a282e
Octal24410616507135445125056
Binary1010010010001101110101011100111101100100101001010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44675; }

 p { color: rgb(164,70,117); }

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

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

 a { background-color: rgb(164,70,117); }

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

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

 span { border-color: rgb(164,70,117); }

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