#AF476E

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

Shades of Royal Heath #AF476E

Tints of Royal Heath #AF476E

Color information

#AF476E (or 0xAF476E) is unknown color: approx Royal Heath. HEX triplet: AF, 47 and 6E. RGB value is (175,71,110). Sum of RGB (Red+Green+Blue) = 175+71+110=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF476E is #50B891. Grayscale: #6A6A6A. Windows color (decimal): -5290130 or 7227311. OLE color: 7227311.

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

Color convert

RGB17571110-
CMYK00.590.370.31
HSL337.5º42.28%48.24%-
HSV(B)337.5º59.43%68.63%-
XYZ22.7514.7516.4-
YUV106.54129.96176.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=49.16%
G=19.94%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757111000.590.370.31337.542.2848.24
HexAF476E03B251F1522a30
Octal25710715607345375225260
Binary1010111110001111101110011101110010111111101010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF476E; }

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

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

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

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

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

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

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

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