#AB3064

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

Shades of Rouge #AB3064

Tints of Rouge #AB3064

Color information

#AB3064 (or 0xAB3064) is unknown color: approx Rouge. HEX triplet: AB, 30 and 64. RGB value is (171,48,100). Sum of RGB (Red+Green+Blue) = 171+48+100=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3064 is #54CF9B. Grayscale: #5A5A5A. Windows color (decimal): -5558172 or 6566059. OLE color: 6566059.

HSL color Cylindrical-coordinate representation of color #AB3064: hue angle of 334.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3064 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17148100-
CMYK00.720.420.33
HSL334.63º56.16%42.94%-
HSV(B)334.63º71.93%67.06%-
XYZ20.1511.6913.25-
YUV90.7133.25185.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=53.61%
G=15.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714810000.720.420.33334.6356.1642.94
HexAB30640482A2114f382b
Octal25360144011052415177053
Binary10101011110000110010001001000101010100001101001111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3064; }

 p { color: rgb(171,48,100); }

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

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

 a { background-color: rgb(171,48,100); }

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

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

 span { border-color: rgb(171,48,100); }

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