#af2f6f

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

Shades of Rouge #AF2F6F

Tints of Rouge #AF2F6F

Color information

#AF2F6F (or 0xAF2F6F) is unknown color: approx Rouge. HEX triplet: AF, 2F and 6F. RGB value is (175,47,111). Sum of RGB (Red+Green+Blue) = 175+47+111=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F6F is #50D090. Grayscale: #5C5C5C. Windows color (decimal): -5296273 or 7286703. OLE color: 7286703.

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

Color convert

RGB17547111-
CMYK00.730.370.31
HSL330º57.66%43.53%-
HSV(B)330º73.14%68.63%-
XYZ21.5612.2916.28-
YUV92.57138.41186.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 47 (18.75% from 255) = 14.11%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=52.55%
G=14.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754711100.730.370.3133057.6643.53
HexAF2F6F049251F14a3a2c
Octal25757157011145375127254
Binary1010111110111111011110100100110010111111101001010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2f6f; }

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

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

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

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

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

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

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

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