#AF4168

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

Shades of Rouge #AF4168

Tints of Rouge #AF4168

Color information

#AF4168 (or 0xAF4168) is unknown color: approx Rouge. HEX triplet: AF, 41 and 68. RGB value is (175,65,104). Sum of RGB (Red+Green+Blue) = 175+65+104=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4168 is #50BE97. Grayscale: #666666. Windows color (decimal): -5291672 or 6832559. OLE color: 6832559.

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

Color convert

RGB17565104-
CMYK00.630.410.31
HSL338.73º45.83%47.06%-
HSV(B)338.73º62.86%68.63%-
XYZ22.0713.8914.62-
YUV102.34128.94179.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=50.87%
G=18.90%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756510400.630.410.31338.7345.8347.06
HexAF416803F291F1532e2f
Octal25710115007751375235657
Binary1010111110000011101000011111110100111111101010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4168; }

 p { color: rgb(175,65,104); }

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

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

 a { background-color: rgb(175,65,104); }

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

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

 span { border-color: rgb(175,65,104); }

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