#AF3167

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

Shades of Rouge #AF3167

Tints of Rouge #AF3167

Color information

#AF3167 (or 0xAF3167) is unknown color: approx Rouge. HEX triplet: AF, 31 and 67. RGB value is (175,49,103). Sum of RGB (Red+Green+Blue) = 175+49+103=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3167 is #50CE98. Grayscale: #5C5C5C. Windows color (decimal): -5295769 or 6762927. OLE color: 6762927.

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

Color convert

RGB17549103-
CMYK00.720.410.31
HSL334.29º56.25%43.92%-
HSV(B)334.29º72%68.63%-
XYZ21.2312.2914.09-
YUV92.83133.74186.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=53.52%
G=14.98%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754910300.720.410.31334.2956.2543.92
HexAF3167048291F14e382c
Octal25761147011051375167054
Binary1010111111000111001110100100010100111111101001110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3167; }

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

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

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

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

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

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

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

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