#A75C7D

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

Shades of Royal Heath #A75C7D

Tints of Royal Heath #A75C7D

Color information

#A75C7D (or 0xA75C7D) is unknown color: approx Royal Heath. HEX triplet: A7, 5C and 7D. RGB value is (167,92,125). Sum of RGB (Red+Green+Blue) = 167+92+125=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C7D is #58A382. Grayscale: #767676. Windows color (decimal): -5809027 or 8215719. OLE color: 8215719.

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

Color convert

RGB16792125-
CMYK00.450.250.35
HSL333.6º29.88%50.78%-
HSV(B)333.6º44.91%65.49%-
XYZ23.4717.3521.51-
YUV118.19131.85162.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=43.49%
G=23.96%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679212500.450.250.35333.629.8850.78
HexA75C7D02D192314e1e33
Octal24713417505531435163663
Binary101001111011100111110101011011100110001110100111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C7D; }

 p { color: rgb(167,92,125); }

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

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

 a { background-color: rgb(167,92,125); }

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

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

 span { border-color: rgb(167,92,125); }

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