#AB5169

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

Shades of Blush #AB5169

Tints of Blush #AB5169

Color information

#AB5169 (or 0xAB5169) is unknown color: approx Blush. HEX triplet: AB, 51 and 69. RGB value is (171,81,105). Sum of RGB (Red+Green+Blue) = 171+81+105=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5169 is #54AE96. Grayscale: #6E6E6E. Windows color (decimal): -5549719 or 6902187. OLE color: 6902187.

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

Color convert

RGB17181105-
CMYK00.530.390.33
HSL344º35.71%49.41%-
HSV(B)344º52.63%67.06%-
XYZ22.2915.5615.19-
YUV110.65124.82171.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=47.90%
G=22.69%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718110500.530.390.3334435.7149.41
HexAB516903527211582431
Octal25312115106547415304461
Binary10101011101000111010010110101100111100001101011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5169; }

 p { color: rgb(171,81,105); }

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

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

 a { background-color: rgb(171,81,105); }

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

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

 span { border-color: rgb(171,81,105); }

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