#A7507A

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

Shades of Royal Heath #A7507A

Tints of Royal Heath #A7507A

Color information

#A7507A (or 0xA7507A) is unknown color: approx Royal Heath. HEX triplet: A7, 50 and 7A. RGB value is (167,80,122). Sum of RGB (Red+Green+Blue) = 167+80+122=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507A is #58AF85. Grayscale: #6E6E6E. Windows color (decimal): -5812102 or 8016039. OLE color: 8016039.

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

Color convert

RGB16780122-
CMYK00.520.270.35
HSL331.03º35.22%48.43%-
HSV(B)331.03º52.1%65.49%-
XYZ22.3215.3620.2-
YUV110.8134.32168.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=45.26%
G=21.68%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678012200.520.270.35331.0335.2248.43
HexA7507A0341B2314b2330
Octal24712017206433435134360
Binary1010011110100001111010011010011011100011101001011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7507A; }

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

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

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

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

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

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

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

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