#A75A7B

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

Shades of Royal Heath #A75A7B

Tints of Royal Heath #A75A7B

Color information

#A75A7B (or 0xA75A7B) is unknown color: approx Royal Heath. HEX triplet: A7, 5A and 7B. RGB value is (167,90,123). Sum of RGB (Red+Green+Blue) = 167+90+123=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A7B is #58A584. Grayscale: #747474. Windows color (decimal): -5809541 or 8084135. OLE color: 8084135.

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

Color convert

RGB16790123-
CMYK00.460.260.35
HSL334.29º30.43%50.39%-
HSV(B)334.29º46.11%65.49%-
XYZ23.1716.9620.79-
YUV116.79131.51163.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=43.95%
G=23.68%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679012300.460.260.35334.2930.4350.39
HexA75A7B02E1A2314e1e32
Octal24713217305632435163662
Binary101001111011010111101101011101101010001110100111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A7B; }

 p { color: rgb(167,90,123); }

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

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

 a { background-color: rgb(167,90,123); }

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

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

 span { border-color: rgb(167,90,123); }

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