#A84575

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

Shades of Royal Heath #A84575

Tints of Royal Heath #A84575

Color information

#A84575 (or 0xA84575) is unknown color: approx Royal Heath. HEX triplet: A8, 45 and 75. RGB value is (168,69,117). Sum of RGB (Red+Green+Blue) = 168+69+117=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A84575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84575 is #57BA8A. Grayscale: #676767. Windows color (decimal): -5749387 or 7685544. OLE color: 7685544.

HSL color Cylindrical-coordinate representation of color #A84575: hue angle of 330.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84575 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16869117-
CMYK00.590.300.34
HSL330.91º41.77%46.47%-
HSV(B)330.91º58.93%65.88%-
XYZ21.4913.8718.37-
YUV104.07135.3173.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=47.46%
G=19.49%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686911700.590.300.34330.9141.7746.47
HexA8457503B1E2214b2a2e
Octal25010516507336425135256
Binary1010100010001011110101011101111110100010101001011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84575; }

 p { color: rgb(168,69,117); }

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

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

 a { background-color: rgb(168,69,117); }

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

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

 span { border-color: rgb(168,69,117); }

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