#A75481

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

Shades of Royal Heath #A75481

Tints of Royal Heath #A75481

Color information

#A75481 (or 0xA75481) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 81. RGB value is (167,84,129). Sum of RGB (Red+Green+Blue) = 167+84+129=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A75481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75481 is #58AB7E. Grayscale: #717171. Windows color (decimal): -5811071 or 8475815. OLE color: 8475815.

HSL color Cylindrical-coordinate representation of color #A75481: hue angle of 327.47º 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 #A75481 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16784129-
CMYK00.500.230.35
HSL327.47º33.07%49.22%-
HSV(B)327.47º49.7%65.49%-
XYZ23.0716.1422.67-
YUV113.95136.5165.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=43.95%
G=22.11%
B=33.95%

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
Decimal1678412900.500.230.35327.4733.0749.22
HexA7548103217231472131
Octal24712420106227435074161
Binary10100111101010010000001011001010111100011101000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75481; }

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

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

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

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

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

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

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

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