#A7507E

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

Shades of Royal Heath #A7507E

Tints of Royal Heath #A7507E

Color information

#A7507E (or 0xA7507E) is unknown color: approx Royal Heath. HEX triplet: A7, 50 and 7E. RGB value is (167,80,126). Sum of RGB (Red+Green+Blue) = 167+80+126=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507E is #58AF81. Grayscale: #6F6F6F. Windows color (decimal): -5812098 or 8278183. OLE color: 8278183.

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

Color convert

RGB16780126-
CMYK00.520.250.35
HSL328.28º35.22%48.43%-
HSV(B)328.28º52.1%65.49%-
XYZ22.5715.4621.53-
YUV111.26136.32167.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=44.77%
G=21.45%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678012600.520.250.35328.2835.2248.43
HexA7507E03419231482330
Octal24712017606431435104360
Binary1010011110100001111110011010011001100011101001000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7507E; }

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

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

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

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

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

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

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

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