#af4f7a

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

Shades of Royal Heath #AF4F7A

Tints of Royal Heath #AF4F7A

Color information

#AF4F7A (or 0xAF4F7A) is unknown color: approx Royal Heath. HEX triplet: AF, 4F and 7A. RGB value is (175,79,122). Sum of RGB (Red+Green+Blue) = 175+79+122=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F7A is #50B085. Grayscale: #707070. Windows color (decimal): -5288070 or 8015791. OLE color: 8015791.

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

Color convert

RGB17579122-
CMYK00.550.300.31
HSL333.12º37.8%49.8%-
HSV(B)333.12º54.86%68.63%-
XYZ23.9916.1120.26-
YUV112.61133.3172.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=46.54%
G=21.01%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757912200.550.300.31333.1237.849.8
HexAF4F7A0371E1F14d2632
Octal25711717206736375154662
Binary101011111001111111101001101111111011111101001101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4f7a; }

 p { color: rgb(175,79,122); }

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

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

 a { background-color: rgb(175,79,122); }

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

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

 span { border-color: rgb(175,79,122); }

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