#AF2767

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

Shades of Rouge #AF2767

Tints of Rouge #AF2767

Color information

#AF2767 (or 0xAF2767) is unknown color: approx Rouge. HEX triplet: AF, 27 and 67. RGB value is (175,39,103). Sum of RGB (Red+Green+Blue) = 175+39+103=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2767 is #50D898. Grayscale: #565656. Windows color (decimal): -5298329 or 6760367. OLE color: 6760367.

HSL color Cylindrical-coordinate representation of color #AF2767: hue angle of 331.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2767 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17539103-
CMYK00.780.410.31
HSL331.76º63.55%41.96%-
HSV(B)331.76º77.71%68.63%-
XYZ20.8511.5413.96-
YUV86.96137.06190.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=55.21%
G=12.30%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753910300.780.410.31331.7663.5541.96
HexAF276704E291F14c402a
Octal257471470116513751410052
Binary10101111100111110011101001110101001111111010011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2767; }

 p { color: rgb(175,39,103); }

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

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

 a { background-color: rgb(175,39,103); }

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

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

 span { border-color: rgb(175,39,103); }

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