#AF5474

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

Shades of Royal Heath #AF5474

Tints of Royal Heath #AF5474

Color information

#AF5474 (or 0xAF5474) is unknown color: approx Royal Heath. HEX triplet: AF, 54 and 74. RGB value is (175,84,116). Sum of RGB (Red+Green+Blue) = 175+84+116=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5474 is #50AB8B. Grayscale: #727272. Windows color (decimal): -5286796 or 7623855. OLE color: 7623855.

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

Color convert

RGB17584116-
CMYK00.520.340.31
HSL338.9º36.25%50.78%-
HSV(B)338.9º52%68.63%-
XYZ2416.7218.48-
YUV114.86128.65170.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=46.67%
G=22.4%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758411600.520.340.31338.936.2550.78
HexAF5474034221F1532433
Octal25712416406442375234463
Binary1010111110101001110100011010010001011111101010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5474; }

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

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

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

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

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

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

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

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