#AF3070

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

Shades of Rouge #AF3070

Tints of Rouge #AF3070

Color information

#AF3070 (or 0xAF3070) is unknown color: approx Rouge. HEX triplet: AF, 30 and 70. RGB value is (175,48,112). Sum of RGB (Red+Green+Blue) = 175+48+112=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3070 is #50CF8F. Grayscale: #5D5D5D. Windows color (decimal): -5296016 or 7352495. OLE color: 7352495.

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

Color convert

RGB17548112-
CMYK00.730.360.31
HSL329.76º56.95%43.73%-
HSV(B)329.76º72.57%68.63%-
XYZ21.6612.416.58-
YUV93.27138.58186.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=52.24%
G=14.33%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754811200.730.360.31329.7656.9543.73
HexAF3070049241F14a392c
Octal25760160011144375127154
Binary1010111111000011100000100100110010011111101001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3070; }

 p { color: rgb(175,48,112); }

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

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

 a { background-color: rgb(175,48,112); }

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

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

 span { border-color: rgb(175,48,112); }

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