#AF4069

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

Shades of Rouge #AF4069

Tints of Rouge #AF4069

Color information

#AF4069 (or 0xAF4069) is unknown color: approx Rouge. HEX triplet: AF, 40 and 69. RGB value is (175,64,105). Sum of RGB (Red+Green+Blue) = 175+64+105=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4069 is #50BF96. Grayscale: #656565. Windows color (decimal): -5291927 or 6897839. OLE color: 6897839.

HSL color Cylindrical-coordinate representation of color #AF4069: hue angle of 337.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4069 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17564105-
CMYK00.630.400.31
HSL337.84º46.44%46.86%-
HSV(B)337.84º63.43%68.63%-
XYZ22.0613.814.87-
YUV101.86129.77180.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=50.87%
G=18.60%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756410500.630.400.31337.8446.4446.86
HexAF406903F281F1522e2f
Octal25710015107750375225657
Binary1010111110000001101001011111110100011111101010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4069; }

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

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

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

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

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

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

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

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