#A84475

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

Shades of Royal Heath #A84475

Tints of Royal Heath #A84475

Color information

#A84475 (or 0xA84475) is unknown color: approx Royal Heath. HEX triplet: A8, 44 and 75. RGB value is (168,68,117). Sum of RGB (Red+Green+Blue) = 168+68+117=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A84475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84475 is #57BB8A. Grayscale: #676767. Windows color (decimal): -5749643 or 7685288. OLE color: 7685288.

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

Color convert

RGB16868117-
CMYK00.600.300.34
HSL330.6º42.37%46.27%-
HSV(B)330.6º59.52%65.88%-
XYZ21.4313.7418.35-
YUV103.49135.63174.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=47.59%
G=19.26%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686811700.600.300.34330.642.3746.27
HexA8447503C1E2214b2a2e
Octal25010416507436425135256
Binary1010100010001001110101011110011110100010101001011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84475; }

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

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

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

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

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

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

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

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