#AF3461

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

Shades of Rouge #AF3461

Tints of Rouge #AF3461

Color information

#AF3461 (or 0xAF3461) is unknown color: approx Rouge. HEX triplet: AF, 34 and 61. RGB value is (175,52,97). Sum of RGB (Red+Green+Blue) = 175+52+97=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3461 is #50CB9E. Grayscale: #5D5D5D. Windows color (decimal): -5295007 or 6370479. OLE color: 6370479.

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

Color convert

RGB1755297-
CMYK00.700.450.31
HSL338.05º54.19%44.51%-
HSV(B)338.05º70.29%68.63%-
XYZ21.0612.4312.6-
YUV93.91129.75185.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=54.01%
G=16.05%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175529700.700.450.31338.0554.1944.51
HexAF34610462D1F152362d
Octal25764141010655375226655
Binary1010111111010011000010100011010110111111101010010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3461; }

 p { color: rgb(175,52,97); }

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

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

 a { background-color: rgb(175,52,97); }

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

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

 span { border-color: rgb(175,52,97); }

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