#af3362

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

Shades of Rouge #AF3362

Tints of Rouge #AF3362

Color information

#AF3362 (or 0xAF3362) is unknown color: approx Rouge. HEX triplet: AF, 33 and 62. RGB value is (175,51,98). Sum of RGB (Red+Green+Blue) = 175+51+98=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3362 is #50CC9D. Grayscale: #5D5D5D. Windows color (decimal): -5295262 or 6435759. OLE color: 6435759.

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

Color convert

RGB1755198-
CMYK00.710.440.31
HSL337.26º54.87%44.31%-
HSV(B)337.26º70.86%68.63%-
XYZ21.0712.3612.83-
YUV93.43130.58186.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=54.01%
G=15.74%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175519800.710.440.31337.2654.8744.31
HexAF33620472C1F151372c
Octal25763142010754375216754
Binary1010111111001111000100100011110110011111101010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3362; }

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

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

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

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

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

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

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

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