#A75376

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

Shades of Royal Heath #A75376

Tints of Royal Heath #A75376

Color information

#A75376 (or 0xA75376) is unknown color: approx Royal Heath. HEX triplet: A7, 53 and 76. RGB value is (167,83,118). Sum of RGB (Red+Green+Blue) = 167+83+118=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A75376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75376 is #58AC89. Grayscale: #707070. Windows color (decimal): -5811338 or 7754663. OLE color: 7754663.

HSL color Cylindrical-coordinate representation of color #A75376: hue angle of 335º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75376 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16783118-
CMYK00.500.290.35
HSL335º33.6%49.02%-
HSV(B)335º50.3%65.49%-
XYZ22.315.7119-
YUV112.11131.33167.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=45.38%
G=22.55%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678311800.500.290.3533533.649.02
HexA753760321D2314f2231
Octal24712316606235435174261
Binary1010011110100111110110011001011101100011101001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75376; }

 p { color: rgb(167,83,118); }

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

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

 a { background-color: rgb(167,83,118); }

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

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

 span { border-color: rgb(167,83,118); }

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