#AB92FE

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

Shades of Biloba Flower #AB92FE

Tints of Biloba Flower #AB92FE

Color information

#AB92FE (or 0xAB92FE) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and FE. RGB value is (171,146,254). Sum of RGB (Red+Green+Blue) = 171+146+254=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92FE is #546D01. Grayscale: #A5A5A5. Windows color (decimal): -5532930 or 16683691. OLE color: 16683691.

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

Color convert

RGB171146254-
CMYK0.330.4300.00
HSL253.89º98.18%78.43%-
HSV(B)253.89º42.52%99.61%-
XYZ44.9636.3798.42-
YUV165.79177.78131.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=29.95%
G=25.57%
B=44.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711462540.330.4300.00253.8998.1878.43
HexAB92FE212B00fe624e
Octal253222376415300376142116
Binary101010111001001011111110100001101011001111111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92FE; }

 p { color: rgb(171,146,254); }

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

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

 a { background-color: rgb(171,146,254); }

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

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

 span { border-color: rgb(171,146,254); }

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