#AF4971

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

Shades of Royal Heath #AF4971

Tints of Royal Heath #AF4971

Color information

#AF4971 (or 0xAF4971) is unknown color: approx Royal Heath. HEX triplet: AF, 49 and 71. RGB value is (175,73,113). Sum of RGB (Red+Green+Blue) = 175+73+113=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4971 is #50B68E. Grayscale: #6C6C6C. Windows color (decimal): -5289615 or 7424431. OLE color: 7424431.

HSL color Cylindrical-coordinate representation of color #AF4971: hue angle of 336.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4971 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17573113-
CMYK00.580.350.31
HSL336.47º41.13%48.63%-
HSV(B)336.47º58.29%68.63%-
XYZ23.0415.0717.32-
YUV108.06130.79175.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=48.48%
G=20.22%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757311300.580.350.31336.4741.1348.63
HexAF497103A231F1502931
Octal25711116107243375205161
Binary1010111110010011110001011101010001111111101010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4971; }

 p { color: rgb(175,73,113); }

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

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

 a { background-color: rgb(175,73,113); }

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

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

 span { border-color: rgb(175,73,113); }

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