#AF3970

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

Shades of Rouge #AF3970

Tints of Rouge #AF3970

Color information

#AF3970 (or 0xAF3970) is unknown color: approx Rouge. HEX triplet: AF, 39 and 70. RGB value is (175,57,112). Sum of RGB (Red+Green+Blue) = 175+57+112=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3970 is #50C68F. Grayscale: #626262. Windows color (decimal): -5293712 or 7354799. OLE color: 7354799.

HSL color Cylindrical-coordinate representation of color #AF3970: hue angle of 332.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3970 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17557112-
CMYK00.670.360.31
HSL332.03º50.86%45.49%-
HSV(B)332.03º67.43%68.63%-
XYZ22.0713.2116.72-
YUV98.55135.59182.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=50.87%
G=16.57%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755711200.670.360.31332.0350.8645.49
HexAF3970043241F14c332d
Octal25771160010344375146355
Binary1010111111100111100000100001110010011111101001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3970; }

 p { color: rgb(175,57,112); }

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

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

 a { background-color: rgb(175,57,112); }

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

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

 span { border-color: rgb(175,57,112); }

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