#A75781

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

Shades of Royal Heath #A75781

Tints of Royal Heath #A75781

Color information

#A75781 (or 0xA75781) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 81. RGB value is (167,87,129). Sum of RGB (Red+Green+Blue) = 167+87+129=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A75781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75781 is #58A87E. Grayscale: #737373. Windows color (decimal): -5810303 or 8476583. OLE color: 8476583.

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

Color convert

RGB16787129-
CMYK00.480.230.35
HSL328.5º31.5%49.8%-
HSV(B)328.5º47.9%65.49%-
XYZ23.3116.6222.75-
YUV115.71135.5164.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=43.60%
G=22.72%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678712900.480.230.35328.531.549.8
HexA7578103017231481f32
Octal24712720106027435103762
Binary1010011110101111000000101100001011110001110100100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75781; }

 p { color: rgb(167,87,129); }

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

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

 a { background-color: rgb(167,87,129); }

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

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

 span { border-color: rgb(167,87,129); }

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