#AB90ED

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

Shades of Biloba Flower #AB90ED

Tints of Biloba Flower #AB90ED

Color information

#AB90ED (or 0xAB90ED) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and ED. RGB value is (171,144,237). Sum of RGB (Red+Green+Blue) = 171+144+237=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90ED is #546F12. Grayscale: #A2A2A2. Windows color (decimal): -5533459 or 15569067. OLE color: 15569067.

HSL color Cylindrical-coordinate representation of color #AB90ED: hue angle of 257.42º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB90ED is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171144237-
CMYK0.280.3900.07
HSL257.42º72.09%74.71%-
HSV(B)257.42º39.24%92.94%-
XYZ42.0534.7284.61-
YUV162.67169.95133.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=30.98%
G=26.09%
B=42.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711442370.280.3900.07257.4272.0974.71
HexAB90ED1C2707101484b
Octal253220355344707401110113
Binary10101011100100001110110111100100111011110000000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90ED; }

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

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

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

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

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

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

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

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