#A84572

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

Shades of Royal Heath #A84572

Tints of Royal Heath #A84572

Color information

#A84572 (or 0xA84572) is unknown color: approx Royal Heath. HEX triplet: A8, 45 and 72. RGB value is (168,69,114). Sum of RGB (Red+Green+Blue) = 168+69+114=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84572 is #57BA8D. Grayscale: #676767. Windows color (decimal): -5749390 or 7488936. OLE color: 7488936.

HSL color Cylindrical-coordinate representation of color #A84572: hue angle of 332.73º 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 #A84572 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16869114-
CMYK00.590.320.34
HSL332.73º41.77%46.47%-
HSV(B)332.73º58.93%65.88%-
XYZ21.3113.817.46-
YUV103.73133.8173.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=47.86%
G=19.66%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686911400.590.320.34332.7341.7746.47
HexA8457203B202214d2a2e
Octal25010516207340425155256
Binary10101000100010111100100111011100000100010101001101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84572; }

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

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

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

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

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

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

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

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