#af5074

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

Shades of Royal Heath #AF5074

Tints of Royal Heath #AF5074

Color information

#AF5074 (or 0xAF5074) is unknown color: approx Royal Heath. HEX triplet: AF, 50 and 74. RGB value is (175,80,116). Sum of RGB (Red+Green+Blue) = 175+80+116=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5074 is #50AF8B. Grayscale: #707070. Windows color (decimal): -5287820 or 7622831. OLE color: 7622831.

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

Color convert

RGB17580116-
CMYK00.540.340.31
HSL337.26º37.25%50%-
HSV(B)337.26º54.29%68.63%-
XYZ23.716.1118.38-
YUV112.51129.97172.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=47.17%
G=21.56%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758011600.540.340.31337.2637.2550
HexAF5074036221F1512532
Octal25712016406642375214562
Binary1010111110100001110100011011010001011111101010001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5074; }

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

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

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

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

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

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

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

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