#AB9ADC

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

Shades of Biloba Flower #AB9ADC

Tints of Biloba Flower #AB9ADC

Color information

#AB9ADC (or 0xAB9ADC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and DC. RGB value is (171,154,220). Sum of RGB (Red+Green+Blue) = 171+154+220=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADC is #546523. Grayscale: #A6A6A6. Windows color (decimal): -5530916 or 14457515. OLE color: 14457515.

HSL color Cylindrical-coordinate representation of color #AB9ADC: hue angle of 255.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9ADC is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171154220-
CMYK0.220.300.14
HSL255.45º48.53%73.33%-
HSV(B)255.45º30%86.27%-
XYZ41.2736.9472.66-
YUV166.61158.13131.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=31.38%
G=28.26%
B=40.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711542200.220.300.14255.4548.5373.33
HexAB9ADC161E0Eff3149
Octal253232334263601637761111
Binary101010111001101011011100101101111001110111111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ADC; }

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

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

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

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

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

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

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

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