#AF3368

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

Shades of Rouge #AF3368

Tints of Rouge #AF3368

Color information

#AF3368 (or 0xAF3368) is unknown color: approx Rouge. HEX triplet: AF, 33 and 68. RGB value is (175,51,104). Sum of RGB (Red+Green+Blue) = 175+51+104=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3368 is #50CC97. Grayscale: #5E5E5E. Windows color (decimal): -5295256 or 6828975. OLE color: 6828975.

HSL color Cylindrical-coordinate representation of color #AF3368: hue angle of 334.35º 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 #AF3368 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17551104-
CMYK00.710.410.31
HSL334.35º54.87%44.31%-
HSV(B)334.35º70.86%68.63%-
XYZ21.3612.4814.38-
YUV94.12133.58185.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=53.03%
G=15.45%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755110400.710.410.31334.3554.8744.31
HexAF3368047291F14e372c
Octal25763150010751375166754
Binary1010111111001111010000100011110100111111101001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3368; }

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

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

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

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

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

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

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

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