#A75480

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

Shades of Royal Heath #A75480

Tints of Royal Heath #A75480

Color information

#A75480 (or 0xA75480) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 80. RGB value is (167,84,128). Sum of RGB (Red+Green+Blue) = 167+84+128=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A75480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75480 is #58AB7F. Grayscale: #717171. Windows color (decimal): -5811072 or 8410279. OLE color: 8410279.

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

Color convert

RGB16784128-
CMYK00.500.230.35
HSL328.19º33.07%49.22%-
HSV(B)328.19º49.7%65.49%-
XYZ2316.1122.32-
YUV113.83136165.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=44.06%
G=22.16%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678412800.500.230.35328.1933.0749.22
HexA7548003217231482131
Octal24712420006227435104161
Binary10100111101010010000000011001010111100011101001000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75480; }

 p { color: rgb(167,84,128); }

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

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

 a { background-color: rgb(167,84,128); }

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

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

 span { border-color: rgb(167,84,128); }

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