#AF4E78

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

Shades of Royal Heath #AF4E78

Tints of Royal Heath #AF4E78

Color information

#AF4E78 (or 0xAF4E78) is unknown color: approx Royal Heath. HEX triplet: AF, 4E and 78. RGB value is (175,78,120). Sum of RGB (Red+Green+Blue) = 175+78+120=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E78 is #50B187. Grayscale: #6F6F6F. Windows color (decimal): -5288328 or 7884463. OLE color: 7884463.

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

Color convert

RGB17578120-
CMYK00.550.310.31
HSL334.02º38.34%49.61%-
HSV(B)334.02º55.43%68.63%-
XYZ23.7915.9219.59-
YUV111.79132.64173.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=46.92%
G=20.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757812000.550.310.31334.0238.3449.61
HexAF4E780371F1F14e2632
Octal25711617006737375164662
Binary101011111001110111100001101111111111111101001110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E78; }

 p { color: rgb(175,78,120); }

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

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

 a { background-color: rgb(175,78,120); }

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

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

 span { border-color: rgb(175,78,120); }

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