#A75D7A

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

Shades of Royal Heath #A75D7A

Tints of Royal Heath #A75D7A

Color information

#A75D7A (or 0xA75D7A) is unknown color: approx Royal Heath. HEX triplet: A7, 5D and 7A. RGB value is (167,93,122). Sum of RGB (Red+Green+Blue) = 167+93+122=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D7A is #58A285. Grayscale: #767676. Windows color (decimal): -5808774 or 8019367. OLE color: 8019367.

HSL color Cylindrical-coordinate representation of color #A75D7A: hue angle of 336.49º 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 #A75D7A is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16793122-
CMYK00.440.270.35
HSL336.49º29.6%50.98%-
HSV(B)336.49º44.31%65.49%-
XYZ23.3617.4520.55-
YUV118.43130.02162.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=43.72%
G=24.35%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679312200.440.270.35336.4929.650.98
HexA75D7A02C1B231501e33
Octal24713517205433435203663
Binary101001111011101111101001011001101110001110101000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D7A; }

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

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

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

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

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

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

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

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