#AB92DC

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

Shades of Biloba Flower #AB92DC

Tints of Biloba Flower #AB92DC

Color information

#AB92DC (or 0xAB92DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and DC. RGB value is (171,146,220). Sum of RGB (Red+Green+Blue) = 171+146+220=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92DC is #546D23. Grayscale: #A1A1A1. Windows color (decimal): -5532964 or 14455467. OLE color: 14455467.

HSL color Cylindrical-coordinate representation of color #AB92DC: hue angle of 260.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB92DC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171146220-
CMYK0.220.3400.14
HSL260.27º51.39%71.76%-
HSV(B)260.27º33.64%86.27%-
XYZ39.9934.3872.24-
YUV161.91160.78134.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=31.84%
G=27.19%
B=40.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711462200.220.3400.14260.2751.3971.76
HexAB92DC16220E1043348
Octal253222334264201640463110
Binary10101011100100101101110010110100010011101000001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92DC; }

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

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

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

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

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

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

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

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