#AF597A

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

Shades of Royal Heath #AF597A

Tints of Royal Heath #AF597A

Color information

#AF597A (or 0xAF597A) is unknown color: approx Royal Heath. HEX triplet: AF, 59 and 7A. RGB value is (175,89,122). Sum of RGB (Red+Green+Blue) = 175+89+122=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF597A is #50A685. Grayscale: #767676. Windows color (decimal): -5285510 or 8018351. OLE color: 8018351.

HSL color Cylindrical-coordinate representation of color #AF597A: hue angle of 336.98º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF597A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17589122-
CMYK00.490.300.31
HSL336.98º34.96%51.76%-
HSV(B)336.98º49.14%68.63%-
XYZ24.7617.6620.52-
YUV118.48129.99168.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=45.34%
G=23.06%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758912200.490.300.31336.9834.9651.76
HexAF597A0311E1F1512334
Octal25713117206136375214364
Binary101011111011001111101001100011111011111101010001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF597A; }

 p { color: rgb(175,89,122); }

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

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

 a { background-color: rgb(175,89,122); }

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

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

 span { border-color: rgb(175,89,122); }

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