#A75875

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

Shades of Royal Heath #A75875

Tints of Royal Heath #A75875

Color information

#A75875 (or 0xA75875) is unknown color: approx Royal Heath. HEX triplet: A7, 58 and 75. RGB value is (167,88,117). Sum of RGB (Red+Green+Blue) = 167+88+117=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A75875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75875 is #58A78A. Grayscale: #727272. Windows color (decimal): -5810059 or 7690407. OLE color: 7690407.

HSL color Cylindrical-coordinate representation of color #A75875: hue angle of 337.97º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75875 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16788117-
CMYK00.470.300.35
HSL337.97º30.98%50%-
HSV(B)337.97º47.31%65.49%-
XYZ22.6416.4818.82-
YUV114.93129.17165.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.89%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=44.89%
G=23.66%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678811700.470.300.35337.9730.9850
HexA7587502F1E231521f32
Octal24713016505736435223762
Binary101001111011000111010101011111111010001110101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75875; }

 p { color: rgb(167,88,117); }

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

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

 a { background-color: rgb(167,88,117); }

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

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

 span { border-color: rgb(167,88,117); }

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