#AF316C

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

Shades of Rouge #AF316C

Tints of Rouge #AF316C

Color information

#AF316C (or 0xAF316C) is unknown color: approx Rouge. HEX triplet: AF, 31 and 6C. RGB value is (175,49,108). Sum of RGB (Red+Green+Blue) = 175+49+108=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF316C is #50CE93. Grayscale: #5D5D5D. Windows color (decimal): -5295764 or 7090607. OLE color: 7090607.

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

Color convert

RGB17549108-
CMYK00.720.380.31
HSL331.9º56.25%43.92%-
HSV(B)331.9º72%68.63%-
XYZ21.4812.3915.45-
YUV93.4136.24186.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.71%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=52.71%
G=14.76%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754910800.720.380.31331.956.2543.92
HexAF316C048261F14c382c
Octal25761154011046375147054
Binary1010111111000111011000100100010011011111101001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF316C; }

 p { color: rgb(175,49,108); }

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

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

 a { background-color: rgb(175,49,108); }

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

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

 span { border-color: rgb(175,49,108); }

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