#A94175

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

Shades of Royal Heath #A94175

Tints of Royal Heath #A94175

Color information

#A94175 (or 0xA94175) is unknown color: approx Royal Heath. HEX triplet: A9, 41 and 75. RGB value is (169,65,117). Sum of RGB (Red+Green+Blue) = 169+65+117=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A94175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94175 is #56BE8A. Grayscale: #656565. Windows color (decimal): -5684875 or 7684521. OLE color: 7684521.

HSL color Cylindrical-coordinate representation of color #A94175: hue angle of 330º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94175 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16965117-
CMYK00.620.310.34
HSL330º44.44%45.88%-
HSV(B)330º61.54%66.27%-
XYZ21.4613.518.3-
YUV102.02136.46175.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=48.15%
G=18.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696511700.620.310.3433044.4445.88
HexA9417503E1F2214a2c2e
Octal25110116507637425125456
Binary1010100110000011110101011111011111100010101001010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94175; }

 p { color: rgb(169,65,117); }

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

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

 a { background-color: rgb(169,65,117); }

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

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

 span { border-color: rgb(169,65,117); }

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