#A75183

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

Shades of Royal Heath #A75183

Tints of Royal Heath #A75183

Color information

#A75183 (or 0xA75183) is unknown color: approx Royal Heath. HEX triplet: A7, 51 and 83. RGB value is (167,81,131). Sum of RGB (Red+Green+Blue) = 167+81+131=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A75183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75183 is #58AE7C. Grayscale: #707070. Windows color (decimal): -5811837 or 8606119. OLE color: 8606119.

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

Color convert

RGB16781131-
CMYK00.510.220.35
HSL325.12º34.68%48.63%-
HSV(B)325.12º51.5%65.49%-
XYZ22.9815.7423.3-
YUV112.41138.49166.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=44.06%
G=21.37%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678113100.510.220.35325.1234.6848.63
HexA7518303316231452331
Octal24712120306326435054361
Binary10100111101000110000011011001110110100011101000101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75183; }

 p { color: rgb(167,81,131); }

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

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

 a { background-color: rgb(167,81,131); }

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

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

 span { border-color: rgb(167,81,131); }

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