#A94781

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

Shades of Royal Heath #A94781

Tints of Royal Heath #A94781

Color information

#A94781 (or 0xA94781) is unknown color: approx Royal Heath. HEX triplet: A9, 47 and 81. RGB value is (169,71,129). Sum of RGB (Red+Green+Blue) = 169+71+129=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A94781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94781 is #56B87E. Grayscale: #6A6A6A. Windows color (decimal): -5683327 or 8472489. OLE color: 8472489.

HSL color Cylindrical-coordinate representation of color #A94781: hue angle of 324.49º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94781 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16971129-
CMYK00.580.240.34
HSL324.49º40.83%47.06%-
HSV(B)324.49º57.99%66.27%-
XYZ22.5814.5322.38-
YUV106.91140.47172.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=45.80%
G=19.24%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697112900.580.240.34324.4940.8347.06
HexA9478103A1822144292f
Octal25110720107230425045157
Binary10101001100011110000001011101011000100010101000100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94781; }

 p { color: rgb(169,71,129); }

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

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

 a { background-color: rgb(169,71,129); }

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

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

 span { border-color: rgb(169,71,129); }

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