#AF3C6C

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

Shades of Rouge #AF3C6C

Tints of Rouge #AF3C6C

Color information

#AF3C6C (or 0xAF3C6C) is unknown color: approx Rouge. HEX triplet: AF, 3C and 6C. RGB value is (175,60,108). Sum of RGB (Red+Green+Blue) = 175+60+108=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C6C is #50C393. Grayscale: #636363. Windows color (decimal): -5292948 or 7093423. OLE color: 7093423.

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

Color convert

RGB17560108-
CMYK00.660.380.31
HSL334.96º48.94%46.08%-
HSV(B)334.96º65.71%68.63%-
XYZ2213.4315.62-
YUV99.86132.6181.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=51.02%
G=17.49%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756010800.660.380.31334.9648.9446.08
HexAF3C6C042261F14f312e
Octal25774154010246375176156
Binary1010111111110011011000100001010011011111101001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C6C; }

 p { color: rgb(175,60,108); }

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

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

 a { background-color: rgb(175,60,108); }

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

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

 span { border-color: rgb(175,60,108); }

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