#AB3268

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

Shades of Rouge #AB3268

Tints of Rouge #AB3268

Color information

#AB3268 (or 0xAB3268) is unknown color: approx Rouge. HEX triplet: AB, 32 and 68. RGB value is (171,50,104). Sum of RGB (Red+Green+Blue) = 171+50+104=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3268 is #54CD97. Grayscale: #5C5C5C. Windows color (decimal): -5557656 or 6828715. OLE color: 6828715.

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

Color convert

RGB17150104-
CMYK00.710.390.33
HSL333.22º54.75%43.33%-
HSV(B)333.22º70.76%67.06%-
XYZ20.4311.9414.32-
YUV92.34134.59184.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 104 (41.02% from 255) = 32%
R=52.62%
G=15.38%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715010400.710.390.33333.2254.7543.33
HexAB3268047272114d372b
Octal25362150010747415156753
Binary10101011110010110100001000111100111100001101001101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3268; }

 p { color: rgb(171,50,104); }

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

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

 a { background-color: rgb(171,50,104); }

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

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

 span { border-color: rgb(171,50,104); }

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