#A75682

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

Shades of Royal Heath #A75682

Tints of Royal Heath #A75682

Color information

#A75682 (or 0xA75682) is unknown color: approx Royal Heath. HEX triplet: A7, 56 and 82. RGB value is (167,86,130). Sum of RGB (Red+Green+Blue) = 167+86+130=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A75682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75682 is #58A97D. Grayscale: #737373. Windows color (decimal): -5810558 or 8541863. OLE color: 8541863.

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

Color convert

RGB16786130-
CMYK00.490.220.35
HSL327.41º32.02%49.61%-
HSV(B)327.41º48.5%65.49%-
XYZ23.2916.4823.07-
YUV115.23136.34164.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=43.60%
G=22.45%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678613000.490.220.35327.4132.0249.61
HexA7568203116231472032
Octal24712620206126435074062
Binary10100111101011010000010011000110110100011101000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75682; }

 p { color: rgb(167,86,130); }

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

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

 a { background-color: rgb(167,86,130); }

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

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

 span { border-color: rgb(167,86,130); }

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