#AB9AD4

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

Shades of Biloba Flower #AB9AD4

Tints of Biloba Flower #AB9AD4

Color information

#AB9AD4 (or 0xAB9AD4) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and D4. RGB value is (171,154,212). Sum of RGB (Red+Green+Blue) = 171+154+212=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB9AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AD4 is #54652B. Grayscale: #A5A5A5. Windows color (decimal): -5530924 or 13933227. OLE color: 13933227.

HSL color Cylindrical-coordinate representation of color #AB9AD4: hue angle of 257.59º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB9AD4 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171154212-
CMYK0.190.2700.17
HSL257.59º40.28%71.76%-
HSV(B)257.59º27.36%83.14%-
XYZ40.2336.5267.22-
YUV165.7154.13131.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=31.84%
G=28.68%
B=39.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711542120.190.2700.17257.5940.2871.76
HexAB9AD4131B0111022848
Octal253232324233302140250110
Binary10101011100110101101010010011110110100011000000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AD4; }

 p { color: rgb(171,154,212); }

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

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

 a { background-color: rgb(171,154,212); }

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

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

 span { border-color: rgb(171,154,212); }

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