#AF466D

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

Shades of Royal Heath #AF466D

Tints of Royal Heath #AF466D

Color information

#AF466D (or 0xAF466D) is unknown color: approx Royal Heath. HEX triplet: AF, 46 and 6D. RGB value is (175,70,109). Sum of RGB (Red+Green+Blue) = 175+70+109=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF466D is #50B992. Grayscale: #696969. Windows color (decimal): -5290387 or 7161519. OLE color: 7161519.

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

Color convert

RGB17570109-
CMYK00.600.380.31
HSL337.71º42.86%48.04%-
HSV(B)337.71º60%68.63%-
XYZ22.6314.616.09-
YUV105.84129.79177.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=49.44%
G=19.77%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757010900.600.380.31337.7142.8648.04
HexAF466D03C261F1522b30
Octal25710615507446375225360
Binary1010111110001101101101011110010011011111101010010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF466D; }

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

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

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

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

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

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

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

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