#AB99FF

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

Shades of Biloba Flower #AB99FF

Tints of Biloba Flower #AB99FF

Color information

#AB99FF (or 0xAB99FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and FF. RGB value is (171,153,255). Sum of RGB (Red+Green+Blue) = 171+153+255=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB99FF is #546600. Grayscale: #A9A9A9. Windows color (decimal): -5531137 or 16751019. OLE color: 16751019.

HSL color Cylindrical-coordinate representation of color #AB99FF: hue angle of 250.59º 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 #AB99FF is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171153255-
CMYK0.330.400
HSL250.59º100%80%-
HSV(B)250.59º40%100%-
XYZ46.2438.6699.63-
YUV170.01175.96128.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 255 (100% from 255) = 44.04%
R=29.53%
G=26.42%
B=44.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711532550.330.400250.5910080
HexAB99FF212800fb6450
Octal253231377415000373144120
Binary101010111001100111111111100001101000001111101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99FF; }

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

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

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

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

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

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

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

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