#AB9DDA

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

Shades of Biloba Flower #AB9DDA

Tints of Biloba Flower #AB9DDA

Color information

#AB9DDA (or 0xAB9DDA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and DA. RGB value is (171,157,218). Sum of RGB (Red+Green+Blue) = 171+157+218=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB9DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DDA is #546225. Grayscale: #A7A7A7. Windows color (decimal): -5530150 or 14327211. OLE color: 14327211.

HSL color Cylindrical-coordinate representation of color #AB9DDA: hue angle of 253.77º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9DDA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171157218-
CMYK0.220.2800.15
HSL253.77º45.19%73.53%-
HSV(B)253.77º27.98%85.49%-
XYZ41.5137.8371.44-
YUV168.14156.14130.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=31.32%
G=28.75%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711572180.220.2800.15253.7745.1973.53
HexAB9DDA161C0Ffe2d4a
Octal253235332263401737655112
Binary101010111001110111011010101101110001111111111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DDA; }

 p { color: rgb(171,157,218); }

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

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

 a { background-color: rgb(171,157,218); }

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

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

 span { border-color: rgb(171,157,218); }

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