#AF4C6D

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

Shades of Royal Heath #AF4C6D

Tints of Royal Heath #AF4C6D

Color information

#AF4C6D (or 0xAF4C6D) is unknown color: approx Royal Heath. HEX triplet: AF, 4C and 6D. RGB value is (175,76,109). Sum of RGB (Red+Green+Blue) = 175+76+109=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C6D is #50B392. Grayscale: #6D6D6D. Windows color (decimal): -5288851 or 7163055. OLE color: 7163055.

HSL color Cylindrical-coordinate representation of color #AF4C6D: hue angle of 340º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C6D is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17576109-
CMYK00.570.380.31
HSL340º39.44%49.22%-
HSV(B)340º56.57%68.63%-
XYZ23.0215.3916.22-
YUV109.36127.8174.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=48.61%
G=21.11%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757610900.570.380.3134039.4449.22
HexAF4C6D039261F1542731
Octal25711415507146375244761
Binary1010111110011001101101011100110011011111101010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C6D; }

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

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

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

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

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

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

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

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