#AB9BFD

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

Shades of Biloba Flower #AB9BFD

Tints of Biloba Flower #AB9BFD

Color information

#AB9BFD (or 0xAB9BFD) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and FD. RGB value is (171,155,253). Sum of RGB (Red+Green+Blue) = 171+155+253=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB9BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BFD is #546402. Grayscale: #AAAAAA. Windows color (decimal): -5530627 or 16620459. OLE color: 16620459.

HSL color Cylindrical-coordinate representation of color #AB9BFD: hue angle of 249.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB9BFD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171155253-
CMYK0.320.3900.01
HSL249.8º96.08%80%-
HSV(B)249.8º38.74%99.22%-
XYZ46.2539.1998.06-
YUV170.96174.3128.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=29.53%
G=26.77%
B=43.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711552530.320.3900.01249.896.0880
HexAB9BFD202701fa6050
Octal253233375404701372140120
Binary101010111001101111111101100000100111011111101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BFD; }

 p { color: rgb(171,155,253); }

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

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

 a { background-color: rgb(171,155,253); }

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

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

 span { border-color: rgb(171,155,253); }

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