#AB3067

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

Shades of Rouge #AB3067

Tints of Rouge #AB3067

Color information

#AB3067 (or 0xAB3067) is unknown color: approx Rouge. HEX triplet: AB, 30 and 67. RGB value is (171,48,103). Sum of RGB (Red+Green+Blue) = 171+48+103=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3067 is #54CF98. Grayscale: #5A5A5A. Windows color (decimal): -5558169 or 6762667. OLE color: 6762667.

HSL color Cylindrical-coordinate representation of color #AB3067: hue angle of 333.17º 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 #AB3067 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17148103-
CMYK00.720.400.33
HSL333.17º56.16%42.94%-
HSV(B)333.17º71.93%67.06%-
XYZ20.311.7514.03-
YUV91.05134.75185.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=53.11%
G=14.91%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714810300.720.400.33333.1756.1642.94
HexAB3067048282114d382b
Octal25360147011050415157053
Binary10101011110000110011101001000101000100001101001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3067; }

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

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

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

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

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

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

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

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