#A85481

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

Shades of Royal Heath #A85481

Tints of Royal Heath #A85481

Color information

#A85481 (or 0xA85481) is unknown color: approx Royal Heath. HEX triplet: A8, 54 and 81. RGB value is (168,84,129). Sum of RGB (Red+Green+Blue) = 168+84+129=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A85481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85481 is #57AB7E. Grayscale: #727272. Windows color (decimal): -5745535 or 8475816. OLE color: 8475816.

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

Color convert

RGB16884129-
CMYK00.50.230.34
HSL327.86º33.33%49.41%-
HSV(B)327.86º50%65.88%-
XYZ23.2816.2522.68-
YUV114.25136.33166.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=44.09%
G=22.05%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688412900.50.230.34327.8633.3349.41
HexA8548103217221482131
Octal25012420106227425104161
Binary10101000101010010000001011001010111100010101001000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85481; }

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

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

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

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

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

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

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

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