#AF467C

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

Shades of Royal Heath #AF467C

Tints of Royal Heath #AF467C

Color information

#AF467C (or 0xAF467C) is unknown color: approx Royal Heath. HEX triplet: AF, 46 and 7C. RGB value is (175,70,124). Sum of RGB (Red+Green+Blue) = 175+70+124=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF467C is #50B983. Grayscale: #6B6B6B. Windows color (decimal): -5290372 or 8144559. OLE color: 8144559.

HSL color Cylindrical-coordinate representation of color #AF467C: hue angle of 329.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF467C is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17570124-
CMYK00.600.290.31
HSL329.14º42.86%48.04%-
HSV(B)329.14º60%68.63%-
XYZ23.5114.9520.72-
YUV107.55137.29176.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=47.43%
G=18.97%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757012400.600.290.31329.1442.8648.04
HexAF467C03C1D1F1492b30
Octal25710617407435375115360
Binary101011111000110111110001111001110111111101001001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF467C; }

 p { color: rgb(175,70,124); }

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

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

 a { background-color: rgb(175,70,124); }

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

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

 span { border-color: rgb(175,70,124); }

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