#AB9DE3

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

Shades of Biloba Flower #AB9DE3

Tints of Biloba Flower #AB9DE3

Color information

#AB9DE3 (or 0xAB9DE3) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and E3. RGB value is (171,157,227). Sum of RGB (Red+Green+Blue) = 171+157+227=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB9DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DE3 is #54621C. Grayscale: #A8A8A8. Windows color (decimal): -5530141 or 14917035. OLE color: 14917035.

HSL color Cylindrical-coordinate representation of color #AB9DE3: hue angle of 252º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9DE3 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171157227-
CMYK0.250.3100.11
HSL252º55.56%75.29%-
HSV(B)252º30.84%89.02%-
XYZ42.7238.3277.82-
YUV169.17160.64129.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=30.81%
G=28.29%
B=40.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711572270.250.3100.1125255.5675.29
HexAB9DE3191F0Bfc384b
Octal253235343313701337470113
Binary101010111001110111100011110011111101011111111001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DE3; }

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

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

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

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

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

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

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

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