#AF5C7B

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

Shades of Royal Heath #AF5C7B

Tints of Royal Heath #AF5C7B

Color information

#AF5C7B (or 0xAF5C7B) is unknown color: approx Royal Heath. HEX triplet: AF, 5C and 7B. RGB value is (175,92,123). Sum of RGB (Red+Green+Blue) = 175+92+123=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C7B is #50A384. Grayscale: #787878. Windows color (decimal): -5284741 or 8084655. OLE color: 8084655.

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

Color convert

RGB17592123-
CMYK00.470.300.31
HSL337.59º34.16%52.35%-
HSV(B)337.59º47.43%68.63%-
XYZ25.0818.220.93-
YUV120.35129.5166.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=44.87%
G=23.59%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759212300.470.300.31337.5934.1652.35
HexAF5C7B02F1E1F1522234
Octal25713417305736375224264
Binary101011111011100111101101011111111011111101010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C7B; }

 p { color: rgb(175,92,123); }

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

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

 a { background-color: rgb(175,92,123); }

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

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

 span { border-color: rgb(175,92,123); }

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