#AF3270

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

Shades of Rouge #AF3270

Tints of Rouge #AF3270

Color information

#AF3270 (or 0xAF3270) is unknown color: approx Rouge. HEX triplet: AF, 32 and 70. RGB value is (175,50,112). Sum of RGB (Red+Green+Blue) = 175+50+112=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3270 is #50CD8F. Grayscale: #5E5E5E. Windows color (decimal): -5295504 or 7353007. OLE color: 7353007.

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

Color convert

RGB17550112-
CMYK00.710.360.31
HSL330.24º55.56%44.12%-
HSV(B)330.24º71.43%68.63%-
XYZ21.7412.5716.61-
YUV94.44137.91185.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=51.93%
G=14.84%
B=33.23%

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
Decimal1755011200.710.360.31330.2455.5644.12
HexAF3270047241F14a382c
Octal25762160010744375127054
Binary1010111111001011100000100011110010011111101001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3270; }

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

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

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

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

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

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

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

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