#AB9CFD

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

Shades of Biloba Flower #AB9CFD

Tints of Biloba Flower #AB9CFD

Color information

#AB9CFD (or 0xAB9CFD) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and FD. RGB value is (171,156,253). Sum of RGB (Red+Green+Blue) = 171+156+253=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CFD is #546302. Grayscale: #ABABAB. Windows color (decimal): -5530371 or 16620715. OLE color: 16620715.

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

Color convert

RGB171156253-
CMYK0.320.3800.01
HSL249.28º96.04%80.2%-
HSV(B)249.28º38.34%99.22%-
XYZ46.4139.5398.11-
YUV171.54173.97127.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=29.48%
G=26.90%
B=43.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711562530.320.3800.01249.2896.0480.2
HexAB9CFD202601f96050
Octal253234375404601371140120
Binary101010111001110011111101100000100110011111100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CFD; }

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

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

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

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

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

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

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

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