#AF2F6D

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

Shades of Rouge #AF2F6D

Tints of Rouge #AF2F6D

Color information

#AF2F6D (or 0xAF2F6D) is unknown color: approx Rouge. HEX triplet: AF, 2F and 6D. RGB value is (175,47,109). Sum of RGB (Red+Green+Blue) = 175+47+109=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F6D is #50D092. Grayscale: #5C5C5C. Windows color (decimal): -5296275 or 7155631. OLE color: 7155631.

HSL color Cylindrical-coordinate representation of color #AF2F6D: hue angle of 330.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F6D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17547109-
CMYK00.730.380.31
HSL330.94º57.66%43.53%-
HSV(B)330.94º73.14%68.63%-
XYZ21.4612.2515.7-
YUV92.34137.41186.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 47 (18.75% from 255) = 14.20%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=52.87%
G=14.20%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754710900.730.380.31330.9457.6643.53
HexAF2F6D049261F14b3a2c
Octal25757155011146375137254
Binary1010111110111111011010100100110011011111101001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F6D; }

 p { color: rgb(175,47,109); }

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

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

 a { background-color: rgb(175,47,109); }

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

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

 span { border-color: rgb(175,47,109); }

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