#AF4978

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

Shades of Royal Heath #AF4978

Tints of Royal Heath #AF4978

Color information

#AF4978 (or 0xAF4978) is unknown color: approx Royal Heath. HEX triplet: AF, 49 and 78. RGB value is (175,73,120). Sum of RGB (Red+Green+Blue) = 175+73+120=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4978 is #50B687. Grayscale: #6C6C6C. Windows color (decimal): -5289608 or 7883183. OLE color: 7883183.

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

Color convert

RGB17573120-
CMYK00.580.310.31
HSL332.35º41.13%48.63%-
HSV(B)332.35º58.29%68.63%-
XYZ23.4515.2419.47-
YUV108.86134.29175.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=47.55%
G=19.84%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757312000.580.310.31332.3541.1348.63
HexAF497803A1F1F14c2931
Octal25711117007237375145161
Binary101011111001001111100001110101111111111101001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4978; }

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

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

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

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

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

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

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

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