#AB305B

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

Shades of Rouge #AB305B

Tints of Rouge #AB305B

Color information

#AB305B (or 0xAB305B) is unknown color: approx Rouge. HEX triplet: AB, 30 and 5B. RGB value is (171,48,91). Sum of RGB (Red+Green+Blue) = 171+48+91=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB305B is #54CFA4. Grayscale: #595959. Windows color (decimal): -5558181 or 5976235. OLE color: 5976235.

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

Color convert

RGB1714891-
CMYK00.720.470.33
HSL339.02º56.16%42.94%-
HSV(B)339.02º71.93%67.06%-
XYZ19.7411.5311.08-
YUV89.68128.75186-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=55.16%
G=15.48%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171489100.720.470.33339.0256.1642.94
HexAB305B0482F21153382b
Octal25360133011057415237053
Binary10101011110000101101101001000101111100001101010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB305B; }

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

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

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

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

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

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

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

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