#A75D7C

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

Shades of Royal Heath #A75D7C

Tints of Royal Heath #A75D7C

Color information

#A75D7C (or 0xA75D7C) is unknown color: approx Royal Heath. HEX triplet: A7, 5D and 7C. RGB value is (167,93,124). Sum of RGB (Red+Green+Blue) = 167+93+124=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D7C is #58A283. Grayscale: #767676. Windows color (decimal): -5808772 or 8150439. OLE color: 8150439.

HSL color Cylindrical-coordinate representation of color #A75D7C: hue angle of 334.86º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75D7C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16793124-
CMYK00.440.260.35
HSL334.86º29.6%50.98%-
HSV(B)334.86º44.31%65.49%-
XYZ23.4917.521.21-
YUV118.66131.02162.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=43.49%
G=24.22%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679312400.440.260.35334.8629.650.98
HexA75D7C02C1A2314f1e33
Octal24713517405432435173663
Binary101001111011101111110001011001101010001110100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D7C; }

 p { color: rgb(167,93,124); }

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

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

 a { background-color: rgb(167,93,124); }

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

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

 span { border-color: rgb(167,93,124); }

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