#AB90FF

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

Shades of Biloba Flower #AB90FF

Tints of Biloba Flower #AB90FF

Color information

#AB90FF (or 0xAB90FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and FF. RGB value is (171,144,255). Sum of RGB (Red+Green+Blue) = 171+144+255=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90FF is #546F00. Grayscale: #A4A4A4. Windows color (decimal): -5533441 or 16748715. OLE color: 16748715.

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

Color convert

RGB171144255-
CMYK0.330.4400
HSL254.59º100%78.24%-
HSV(B)254.59º43.53%100%-
XYZ44.8235.8299.16-
YUV164.73178.95132.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 255 (100% from 255) = 44.74%
R=30%
G=25.26%
B=44.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711442550.330.4400254.5910078.24
HexAB90FF212C00ff644e
Octal253220377415400377144116
Binary101010111001000011111111100001101100001111111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90FF; }

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

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

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

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

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

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

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

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