#AF516E

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

Shades of Royal Heath #AF516E

Tints of Royal Heath #AF516E

Color information

#AF516E (or 0xAF516E) is unknown color: approx Royal Heath. HEX triplet: AF, 51 and 6E. RGB value is (175,81,110). Sum of RGB (Red+Green+Blue) = 175+81+110=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF516E is #50AE91. Grayscale: #707070. Windows color (decimal): -5287570 or 7229871. OLE color: 7229871.

HSL color Cylindrical-coordinate representation of color #AF516E: hue angle of 341.49º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF516E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17581110-
CMYK00.540.370.31
HSL341.49º37.01%50.2%-
HSV(B)341.49º53.71%68.63%-
XYZ23.4416.1216.63-
YUV112.41126.64172.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=47.81%
G=22.13%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758111000.540.370.31341.4937.0150.2
HexAF516E036251F1552532
Octal25712115606645375254562
Binary1010111110100011101110011011010010111111101010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF516E; }

 p { color: rgb(175,81,110); }

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

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

 a { background-color: rgb(175,81,110); }

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

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

 span { border-color: rgb(175,81,110); }

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