#A84875

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

Shades of Royal Heath #A84875

Tints of Royal Heath #A84875

Color information

#A84875 (or 0xA84875) is unknown color: approx Royal Heath. HEX triplet: A8, 48 and 75. RGB value is (168,72,117). Sum of RGB (Red+Green+Blue) = 168+72+117=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A84875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84875 is #57B78A. Grayscale: #696969. Windows color (decimal): -5748619 or 7686312. OLE color: 7686312.

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

Color convert

RGB16872117-
CMYK00.570.300.34
HSL331.88º40%47.06%-
HSV(B)331.88º57.14%65.88%-
XYZ21.6814.2418.44-
YUV105.83134.3172.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=47.06%
G=20.17%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687211700.570.300.34331.884047.06
HexA848750391E2214c282f
Octal25011016507136425145057
Binary1010100010010001110101011100111110100010101001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84875; }

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

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

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

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

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

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

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

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