#A94982

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

Shades of Royal Heath #A94982

Tints of Royal Heath #A94982

Color information

#A94982 (or 0xA94982) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 82. RGB value is (169,73,130). Sum of RGB (Red+Green+Blue) = 169+73+130=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A94982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94982 is #56B67D. Grayscale: #6C6C6C. Windows color (decimal): -5682814 or 8538537. OLE color: 8538537.

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

Color convert

RGB16973130-
CMYK00.570.230.34
HSL324.38º39.67%47.45%-
HSV(B)324.38º56.8%66.27%-
XYZ22.7714.8122.78-
YUV108.2140.3171.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=45.43%
G=19.62%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697313000.570.230.34324.3839.6747.45
HexA949820391722144282f
Octal25111120207127425045057
Binary10101001100100110000010011100110111100010101000100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94982; }

 p { color: rgb(169,73,130); }

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

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

 a { background-color: rgb(169,73,130); }

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

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

 span { border-color: rgb(169,73,130); }

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