#AF4469

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

Shades of Rouge #AF4469

Tints of Rouge #AF4469

Color information

#AF4469 (or 0xAF4469) is unknown color: approx Rouge. HEX triplet: AF, 44 and 69. RGB value is (175,68,105). Sum of RGB (Red+Green+Blue) = 175+68+105=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4469 is #50BB96. Grayscale: #686868. Windows color (decimal): -5290903 or 6898863. OLE color: 6898863.

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

Color convert

RGB17568105-
CMYK00.610.400.31
HSL339.25º44.03%47.65%-
HSV(B)339.25º61.14%68.63%-
XYZ22.314.2714.94-
YUV104.21128.45178.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=50.29%
G=19.54%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756810500.610.400.31339.2544.0347.65
HexAF446903D281F1532c30
Octal25710415107550375235460
Binary1010111110001001101001011110110100011111101010011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4469; }

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

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

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

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

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

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

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

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