#AF3364

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

Shades of Rouge #AF3364

Tints of Rouge #AF3364

Color information

#AF3364 (or 0xAF3364) is unknown color: approx Rouge. HEX triplet: AF, 33 and 64. RGB value is (175,51,100). Sum of RGB (Red+Green+Blue) = 175+51+100=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3364 is #50CC9B. Grayscale: #5D5D5D. Windows color (decimal): -5295260 or 6566831. OLE color: 6566831.

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

Color convert

RGB17551100-
CMYK00.710.430.31
HSL336.29º54.87%44.31%-
HSV(B)336.29º70.86%68.63%-
XYZ21.1612.413.33-
YUV93.66131.58186.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=53.68%
G=15.64%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755110000.710.430.31336.2954.8744.31
HexAF33640472B1F150372c
Octal25763144010753375206754
Binary1010111111001111001000100011110101111111101010000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3364; }

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

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

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

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

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

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

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

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