#AB92EC

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

Shades of Biloba Flower #AB92EC

Tints of Biloba Flower #AB92EC

Color information

#AB92EC (or 0xAB92EC) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and EC. RGB value is (171,146,236). Sum of RGB (Red+Green+Blue) = 171+146+236=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92EC is #546D13. Grayscale: #A3A3A3. Windows color (decimal): -5532948 or 15504043. OLE color: 15504043.

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

Color convert

RGB171146236-
CMYK0.280.3800.07
HSL256.67º70.31%74.9%-
HSV(B)256.67º38.14%92.55%-
XYZ42.2135.2783.94-
YUV163.73168.78133.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=30.92%
G=26.40%
B=42.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711462360.280.3800.07256.6770.3174.9
HexAB92EC1C2607101464b
Octal253222354344607401106113
Binary10101011100100101110110011100100110011110000000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92EC; }

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

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

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

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

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

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

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

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