#AF3370

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

Shades of Rouge #AF3370

Tints of Rouge #AF3370

Color information

#AF3370 (or 0xAF3370) is unknown color: approx Rouge. HEX triplet: AF, 33 and 70. RGB value is (175,51,112). Sum of RGB (Red+Green+Blue) = 175+51+112=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3370 is #50CC8F. Grayscale: #5E5E5E. Windows color (decimal): -5295248 or 7353263. OLE color: 7353263.

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

Color convert

RGB17551112-
CMYK00.710.360.31
HSL330.48º54.87%44.31%-
HSV(B)330.48º70.86%68.63%-
XYZ21.7912.6516.62-
YUV95.03137.58185.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=51.78%
G=15.09%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755111200.710.360.31330.4854.8744.31
HexAF3370047241F14a372c
Octal25763160010744375126754
Binary1010111111001111100000100011110010011111101001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3370; }

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

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

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

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

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

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

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

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