#A34975

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

Shades of Royal Heath #A34975

Tints of Royal Heath #A34975

Color information

#A34975 (or 0xA34975) is unknown color: approx Royal Heath. HEX triplet: A3, 49 and 75. RGB value is (163,73,117). Sum of RGB (Red+Green+Blue) = 163+73+117=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A34975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34975 is #5CB68A. Grayscale: #686868. Windows color (decimal): -6076043 or 7686563. OLE color: 7686563.

HSL color Cylindrical-coordinate representation of color #A34975: hue angle of 330.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34975 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16373117-
CMYK00.550.280.36
HSL330.67º38.14%46.27%-
HSV(B)330.67º55.21%63.92%-
XYZ20.713.8418.41-
YUV104.93134.82169.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=46.18%
G=20.68%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637311700.550.280.36330.6738.1446.27
HexA349750371C2414b262e
Octal24311116506734445134656
Binary1010001110010011110101011011111100100100101001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34975; }

 p { color: rgb(163,73,117); }

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

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

 a { background-color: rgb(163,73,117); }

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

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

 span { border-color: rgb(163,73,117); }

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