#A75082

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

Shades of Royal Heath #A75082

Tints of Royal Heath #A75082

Color information

#A75082 (or 0xA75082) is unknown color: approx Royal Heath. HEX triplet: A7, 50 and 82. RGB value is (167,80,130). Sum of RGB (Red+Green+Blue) = 167+80+130=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A75082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75082 is #58AF7D. Grayscale: #6F6F6F. Windows color (decimal): -5812094 or 8540327. OLE color: 8540327.

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

Color convert

RGB16780130-
CMYK00.520.220.35
HSL325.52º35.22%48.43%-
HSV(B)325.52º52.1%65.49%-
XYZ22.8315.5622.92-
YUV111.71138.32167.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=44.30%
G=21.22%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678013000.520.220.35325.5235.2248.43
HexA7508203416231462330
Octal24712020206426435064360
Binary10100111101000010000010011010010110100011101000110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75082; }

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

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

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

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

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

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

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

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