#af2664

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

Shades of Rouge #AF2664

Tints of Rouge #AF2664

Color information

#AF2664 (or 0xAF2664) is unknown color: approx Rouge. HEX triplet: AF, 26 and 64. RGB value is (175,38,100). Sum of RGB (Red+Green+Blue) = 175+38+100=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2664 is #50D99B. Grayscale: #555555. Windows color (decimal): -5298588 or 6563503. OLE color: 6563503.

HSL color Cylindrical-coordinate representation of color #AF2664: hue angle of 332.85º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2664 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17538100-
CMYK00.780.430.31
HSL332.85º64.32%41.76%-
HSV(B)332.85º78.29%68.63%-
XYZ20.6711.4213.17-
YUV86.03135.89191.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=55.91%
G=12.14%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753810000.780.430.31332.8564.3241.76
HexAF266404E2B1F14d402a
Octal257461440116533751510052
Binary10101111100110110010001001110101011111111010011011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2664; }

 p { color: rgb(175,38,100); }

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

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

 a { background-color: rgb(175,38,100); }

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

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

 span { border-color: rgb(175,38,100); }

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