#AF335C

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

Shades of Rouge #AF335C

Tints of Rouge #AF335C

Color information

#AF335C (or 0xAF335C) is unknown color: approx Rouge. HEX triplet: AF, 33 and 5C. RGB value is (175,51,92). Sum of RGB (Red+Green+Blue) = 175+51+92=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF335C is #50CCA3. Grayscale: #5C5C5C. Windows color (decimal): -5295268 or 6042543. OLE color: 6042543.

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

Color convert

RGB1755192-
CMYK00.710.470.31
HSL340.16º54.87%44.31%-
HSV(B)340.16º70.86%68.63%-
XYZ20.7912.2511.39-
YUV92.75127.58186.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=55.03%
G=16.04%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175519200.710.470.31340.1654.8744.31
HexAF335C0472F1F154372c
Octal25763134010757375246754
Binary1010111111001110111000100011110111111111101010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF335C; }

 p { color: rgb(175,51,92); }

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

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

 a { background-color: rgb(175,51,92); }

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

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

 span { border-color: rgb(175,51,92); }

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