#AF3466

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

Shades of Rouge #AF3466

Tints of Rouge #AF3466

Color information

#AF3466 (or 0xAF3466) is unknown color: approx Rouge. HEX triplet: AF, 34 and 66. RGB value is (175,52,102). Sum of RGB (Red+Green+Blue) = 175+52+102=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3466 is #50CB99. Grayscale: #5E5E5E. Windows color (decimal): -5295002 or 6698159. OLE color: 6698159.

HSL color Cylindrical-coordinate representation of color #AF3466: hue angle of 335.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3466 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17552102-
CMYK00.700.420.31
HSL335.61º54.19%44.51%-
HSV(B)335.61º70.29%68.63%-
XYZ21.3112.5313.87-
YUV94.48132.25185.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=53.19%
G=15.81%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755210200.700.420.31335.6154.1944.51
HexAF34660462A1F150362d
Octal25764146010652375206655
Binary1010111111010011001100100011010101011111101010000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3466; }

 p { color: rgb(175,52,102); }

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

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

 a { background-color: rgb(175,52,102); }

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

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

 span { border-color: rgb(175,52,102); }

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