#AB305D

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

Shades of Rouge #AB305D

Tints of Rouge #AB305D

Color information

#AB305D (or 0xAB305D) is unknown color: approx Rouge. HEX triplet: AB, 30 and 5D. RGB value is (171,48,93). Sum of RGB (Red+Green+Blue) = 171+48+93=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB305D is #54CFA2. Grayscale: #595959. Windows color (decimal): -5558179 or 6107307. OLE color: 6107307.

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

Color convert

RGB1714893-
CMYK00.720.460.33
HSL338.05º56.16%42.94%-
HSV(B)338.05º71.93%67.06%-
XYZ19.8311.5611.54-
YUV89.91129.75185.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=54.81%
G=15.38%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171489300.720.460.33338.0556.1642.94
HexAB305D0482E21152382b
Octal25360135011056415227053
Binary10101011110000101110101001000101110100001101010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB305D; }

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

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

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

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

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

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

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

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