#AF3266

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

Shades of Rouge #AF3266

Tints of Rouge #AF3266

Color information

#AF3266 (or 0xAF3266) is unknown color: approx Rouge. HEX triplet: AF, 32 and 66. RGB value is (175,50,102). Sum of RGB (Red+Green+Blue) = 175+50+102=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3266 is #50CD99. Grayscale: #5D5D5D. Windows color (decimal): -5295514 or 6697647. OLE color: 6697647.

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

Color convert

RGB17550102-
CMYK00.710.420.31
HSL335.04º55.56%44.12%-
HSV(B)335.04º71.43%68.63%-
XYZ21.2212.3513.84-
YUV93.3132.91186.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=53.52%
G=15.29%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755010200.710.420.31335.0455.5644.12
HexAF32660472A1F14f382c
Octal25762146010752375177054
Binary1010111111001011001100100011110101011111101001111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3266; }

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

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

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

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

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

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

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

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