#AB9AFF

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

Shades of Biloba Flower #AB9AFF

Tints of Biloba Flower #AB9AFF

Color information

#AB9AFF (or 0xAB9AFF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and FF. RGB value is (171,154,255). Sum of RGB (Red+Green+Blue) = 171+154+255=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AFF is #546500. Grayscale: #AAAAAA. Windows color (decimal): -5530881 or 16751275. OLE color: 16751275.

HSL color Cylindrical-coordinate representation of color #AB9AFF: hue angle of 250.1º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9AFF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171154255-
CMYK0.330.4000
HSL250.1º100%80.2%-
HSV(B)250.1º39.61%100%-
XYZ46.438.9999.69-
YUV170.6175.63128.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 255 (100% from 255) = 43.97%
R=29.48%
G=26.55%
B=43.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711542550.330.4000250.110080.2
HexAB9AFF212800fa6450
Octal253232377415000372144120
Binary101010111001101011111111100001101000001111101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AFF; }

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

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

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

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

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

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

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

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