#AB9ADD

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

Shades of Biloba Flower #AB9ADD

Tints of Biloba Flower #AB9ADD

Color information

#AB9ADD (or 0xAB9ADD) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and DD. RGB value is (171,154,221). Sum of RGB (Red+Green+Blue) = 171+154+221=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADD is #546522. Grayscale: #A6A6A6. Windows color (decimal): -5530915 or 14523051. OLE color: 14523051.

HSL color Cylindrical-coordinate representation of color #AB9ADD: hue angle of 255.22º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9ADD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171154221-
CMYK0.230.3000.13
HSL255.22º49.63%73.53%-
HSV(B)255.22º30.32%86.67%-
XYZ41.436.9973.36-
YUV166.72158.63131.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=31.32%
G=28.21%
B=40.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711542210.230.3000.13255.2249.6373.53
HexAB9ADD171E0Dff324a
Octal253232335273601537762112
Binary101010111001101011011101101111111001101111111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ADD; }

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

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

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

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

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

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

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

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