#A94A82

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

Shades of Royal Heath #A94A82

Tints of Royal Heath #A94A82

Color information

#A94A82 (or 0xA94A82) is unknown color: approx Royal Heath. HEX triplet: A9, 4A and 82. RGB value is (169,74,130). Sum of RGB (Red+Green+Blue) = 169+74+130=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A82 is #56B57D. Grayscale: #6C6C6C. Windows color (decimal): -5682558 or 8538793. OLE color: 8538793.

HSL color Cylindrical-coordinate representation of color #A94A82: hue angle of 324.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A82 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB16974130-
CMYK00.560.230.34
HSL324.63º39.09%47.65%-
HSV(B)324.63º56.21%66.27%-
XYZ22.8414.9422.8-
YUV108.79139.97170.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=45.31%
G=19.84%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697413000.560.230.34324.6339.0947.65
HexA94A8203817221452730
Octal25111220207027425054760
Binary10101001100101010000010011100010111100010101000101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A82; }

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

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

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

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

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

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

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

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