#A85484

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

Shades of Royal Heath #A85484

Tints of Royal Heath #A85484

Color information

#A85484 (or 0xA85484) is unknown color: approx Royal Heath. HEX triplet: A8, 54 and 84. RGB value is (168,84,132). Sum of RGB (Red+Green+Blue) = 168+84+132=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A85484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85484 is #57AB7B. Grayscale: #727272. Windows color (decimal): -5745532 or 8672424. OLE color: 8672424.

HSL color Cylindrical-coordinate representation of color #A85484: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85484 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB16884132-
CMYK00.50.210.34
HSL325.71º33.33%49.41%-
HSV(B)325.71º50%65.88%-
XYZ23.4816.3323.74-
YUV114.59137.83166.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=43.75%
G=21.88%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688413200.50.210.34325.7133.3349.41
HexA8548403215221462131
Octal25012420406225425064161
Binary10101000101010010000100011001010101100010101000110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85484; }

 p { color: rgb(168,84,132); }

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

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

 a { background-color: rgb(168,84,132); }

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

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

 span { border-color: rgb(168,84,132); }

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