#AF487A

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

Shades of Royal Heath #AF487A

Tints of Royal Heath #AF487A

Color information

#AF487A (or 0xAF487A) is unknown color: approx Royal Heath. HEX triplet: AF, 48 and 7A. RGB value is (175,72,122). Sum of RGB (Red+Green+Blue) = 175+72+122=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF487A is #50B785. Grayscale: #6C6C6C. Windows color (decimal): -5289862 or 8013999. OLE color: 8013999.

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

Color convert

RGB17572122-
CMYK00.590.300.31
HSL330.87º41.7%48.43%-
HSV(B)330.87º58.86%68.63%-
XYZ23.5115.1520.1-
YUV108.5135.62175.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=47.43%
G=19.51%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757212200.590.300.31330.8741.748.43
HexAF487A03B1E1F14b2a30
Octal25711017207336375135260
Binary101011111001000111101001110111111011111101001011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF487A; }

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

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

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

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

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

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

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

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