#AF4468

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

Shades of Rouge #AF4468

Tints of Rouge #AF4468

Color information

#AF4468 (or 0xAF4468) is unknown color: approx Rouge. HEX triplet: AF, 44 and 68. RGB value is (175,68,104). Sum of RGB (Red+Green+Blue) = 175+68+104=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4468 is #50BB97. Grayscale: #686868. Windows color (decimal): -5290904 or 6833327. OLE color: 6833327.

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

Color convert

RGB17568104-
CMYK00.610.410.31
HSL339.81º44.03%47.65%-
HSV(B)339.81º61.14%68.63%-
XYZ22.2514.2514.67-
YUV104.1127.95178.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=50.43%
G=19.60%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756810400.610.410.31339.8144.0347.65
HexAF446803D291F1542c30
Octal25710415007551375245460
Binary1010111110001001101000011110110100111111101010100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4468; }

 p { color: rgb(175,68,104); }

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

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

 a { background-color: rgb(175,68,104); }

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

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

 span { border-color: rgb(175,68,104); }

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