#AF547B

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

Shades of Royal Heath #AF547B

Tints of Royal Heath #AF547B

Color information

#AF547B (or 0xAF547B) is unknown color: approx Royal Heath. HEX triplet: AF, 54 and 7B. RGB value is (175,84,123). Sum of RGB (Red+Green+Blue) = 175+84+123=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547B is #50AB84. Grayscale: #737373. Windows color (decimal): -5286789 or 8082607. OLE color: 8082607.

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

Color convert

RGB17584123-
CMYK00.520.300.31
HSL334.29º36.25%50.78%-
HSV(B)334.29º52%68.63%-
XYZ24.4216.8820.71-
YUV115.66132.15170.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=45.81%
G=21.99%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758412300.520.300.31334.2936.2550.78
HexAF547B0341E1F14e2433
Octal25712417306436375164463
Binary101011111010100111101101101001111011111101001110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF547B; }

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

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

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

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

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

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

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

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