#AF3E6C

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

Shades of Rouge #AF3E6C

Tints of Rouge #AF3E6C

Color information

#AF3E6C (or 0xAF3E6C) is unknown color: approx Rouge. HEX triplet: AF, 3E and 6C. RGB value is (175,62,108). Sum of RGB (Red+Green+Blue) = 175+62+108=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E6C is #50C193. Grayscale: #646464. Windows color (decimal): -5292436 or 7093935. OLE color: 7093935.

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

Color convert

RGB17562108-
CMYK00.650.380.31
HSL335.58º47.68%46.47%-
HSV(B)335.58º64.57%68.63%-
XYZ22.1113.6415.66-
YUV101.03131.94180.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=50.72%
G=17.97%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756210800.650.380.31335.5847.6846.47
HexAF3E6C041261F150302e
Octal25776154010146375206056
Binary1010111111111011011000100000110011011111101010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3E6C; }

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

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

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

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

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

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

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

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