#AB9DCF

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

Shades of Biloba Flower #AB9DCF

Tints of Biloba Flower #AB9DCF

Color information

#AB9DCF (or 0xAB9DCF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and CF. RGB value is (171,157,207). Sum of RGB (Red+Green+Blue) = 171+157+207=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB9DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCF is #546230. Grayscale: #A6A6A6. Windows color (decimal): -5530161 or 13606315. OLE color: 13606315.

HSL color Cylindrical-coordinate representation of color #AB9DCF: hue angle of 256.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9DCF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171157207-
CMYK0.170.2400.19
HSL256.8º34.25%71.37%-
HSV(B)256.8º24.15%81.18%-
XYZ40.1137.2864.11-
YUV166.89150.64130.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=31.96%
G=29.35%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711572070.170.2400.19256.834.2571.37
HexAB9DCF11180131012247
Octal253235317213002340142107
Binary10101011100111011100111110001110000100111000000011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DCF; }

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

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

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

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

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

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

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

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