#AB90FA

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

Shades of Biloba Flower #AB90FA

Tints of Biloba Flower #AB90FA

Color information

#AB90FA (or 0xAB90FA) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and FA. RGB value is (171,144,250). Sum of RGB (Red+Green+Blue) = 171+144+250=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90FA is #546F05. Grayscale: #A3A3A3. Windows color (decimal): -5533446 or 16421035. OLE color: 16421035.

HSL color Cylindrical-coordinate representation of color #AB90FA: hue angle of 255.28º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB90FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171144250-
CMYK0.320.4200.02
HSL255.28º91.38%77.25%-
HSV(B)255.28º42.4%98.04%-
XYZ44.0235.5194.98-
YUV164.16176.45132.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=30.27%
G=25.49%
B=44.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711442500.320.4200.02255.2891.3877.25
HexAB90FA202A02ff5b4d
Octal253220372405202377133115
Binary1010101110010000111110101000001010100101111111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90FA; }

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

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

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

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

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

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

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

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