#AF506E

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

Shades of Royal Heath #AF506E

Tints of Royal Heath #AF506E

Color information

#AF506E (or 0xAF506E) is unknown color: approx Royal Heath. HEX triplet: AF, 50 and 6E. RGB value is (175,80,110). Sum of RGB (Red+Green+Blue) = 175+80+110=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF506E is #50AF91. Grayscale: #6F6F6F. Windows color (decimal): -5287826 or 7229615. OLE color: 7229615.

HSL color Cylindrical-coordinate representation of color #AF506E: hue angle of 341.05º 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 #AF506E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17580110-
CMYK00.540.370.31
HSL341.05º37.25%50%-
HSV(B)341.05º54.29%68.63%-
XYZ23.3615.9816.6-
YUV111.82126.97173.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=47.95%
G=21.92%
B=30.14%

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
Decimal1758011000.540.370.31341.0537.2550
HexAF506E036251F1552532
Octal25712015606645375254562
Binary1010111110100001101110011011010010111111101010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF506E; }

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

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

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

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

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

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

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

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